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 1b6a255 + e7ac0b4 commit 4a89c04Copy full SHA for 4a89c04
src/Message/AuthorizeRequest.php
@@ -231,6 +231,7 @@ public function getData()
231
232
$data['TENDER'] = 'C';
233
$data['AMT'] = $this->getAmount();
234
+ $data['CURRENCY'] = $this->getCurrency();
235
$data['COMMENT1'] = $this->getDescription();
236
$data['COMMENT2'] = $this->getComment2();
237
$data['ORDERID'] = $this->getTransactionId();
0 commit comments