Skip to content

Commit b10e7ed

Browse files
ENGCOM-7037: #26745 add method setAdditionalInformation to OrderPaymentInte… #26748
- Merge Pull Request #26748 from antoninobonumore/magento2:2.4-develop - Merged commits: 1. c5ca58c 2. 4084004 3. e785e7b 4. f7f72ab 5. 681ea9f
2 parents bf03292 + 681ea9f commit b10e7ed

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)