Skip to content

Commit

Permalink
ENGCOM-7037: #26745 add method setAdditionalInformation to OrderPayme…
Browse files Browse the repository at this point in the history
…ntInte… #26748
  • Loading branch information
slavvka authored Mar 19, 2020
2 parents 92508ae + 26efbfa commit facb3b6
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 facb3b6

Please sign in to comment.