Skip to content

Commit e7ac0b4

Browse files
committed
Fixes #5
1 parent 1b6a255 commit e7ac0b4

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)