Skip to content

Commit 4a89c04

Browse files
authored
Merge pull request #9 from delatbabel/add-currency
Fixes #5
2 parents 1b6a255 + e7ac0b4 commit 4a89c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Message/AuthorizeRequest.php

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public function getData()
231231

232232
$data['TENDER'] = 'C';
233233
$data['AMT'] = $this->getAmount();
234+
$data['CURRENCY'] = $this->getCurrency();
234235
$data['COMMENT1'] = $this->getDescription();
235236
$data['COMMENT2'] = $this->getComment2();
236237
$data['ORDERID'] = $this->getTransactionId();

0 commit comments

Comments
 (0)