We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf03292 + 681ea9f commit b10e7edCopy full SHA for b10e7ed
app/code/Magento/Sales/Api/Data/OrderPaymentInterface.php
@@ -1042,6 +1042,14 @@ public function setCcNumberEnc($ccNumberEnc);
1042
*/
1043
public function setCcTransId($id);
1044
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
+
1053
/**
1054
* Sets the address status for the order payment.
1055
*
0 commit comments