Skip to content

Commit

Permalink
Merge pull request #9 from delatbabel/add-currency
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
delatbabel authored Jul 30, 2016
2 parents 1b6a255 + e7ac0b4 commit 4a89c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Message/AuthorizeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public function getData()

$data['TENDER'] = 'C';
$data['AMT'] = $this->getAmount();
$data['CURRENCY'] = $this->getCurrency();
$data['COMMENT1'] = $this->getDescription();
$data['COMMENT2'] = $this->getComment2();
$data['ORDERID'] = $this->getTransactionId();
Expand Down

0 comments on commit 4a89c04

Please sign in to comment.