Skip to content

Commit

Permalink
#26745 add method setAdditionalInformation to OrderPaymentInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninobonumore committed Feb 7, 2020
1 parent ba8fae3 commit c5ca58c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/code/Magento/Sales/Api/Data/OrderPaymentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,14 @@ public function setCcNumberEnc($ccNumberEnc);
*/
public function setCcTransId($id);

/**
* Set the additional information for the order payment.
*
* @param string[] $additionalInformation
* @return $this
*/
public function setAdditionalInformation($additionalInformation);

/**
* Sets the address status for the order payment.
*
Expand Down

0 comments on commit c5ca58c

Please sign in to comment.