Skip to content

Commit facb3b6

Browse files
authored
ENGCOM-7037: #26745 add method setAdditionalInformation to OrderPaymentInte… #26748
2 parents 92508ae + 26efbfa commit facb3b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Sales/Api/Data/OrderPaymentInterface.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,14 @@ public function setCcNumberEnc($ccNumberEnc);
10421042
*/
10431043
public function setCcTransId($id);
10441044

1045+
/**
1046+
* Set the additional information for the order payment.
1047+
*
1048+
* @param string[] $additionalInformation
1049+
* @return $this
1050+
*/
1051+
public function setAdditionalInformation($additionalInformation);
1052+
10451053
/**
10461054
* Sets the address status for the order payment.
10471055
*

0 commit comments

Comments
 (0)