Skip to content

Commit

Permalink
Merge pull request #15 from Orkuncakilkaya/patch-1
Browse files Browse the repository at this point in the history
Update CreditRequest.php
  • Loading branch information
yasinkuyu authored Nov 12, 2018
2 parents 0922c00 + f98910b commit 66d9154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Message/CreditRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function getData() {
$data['Currency'] = $this->currencies[$currency];
$data['Total'] = $this->getAmount();
$data['Number'] = $this->getCard()->getNumber();
$data['Number'] = $this->getCard()->getNumber();
$data['Expires'] = $this->getCard()->getExpiryDate('my');
$data["Cvv2Val"] = $this->getCard()->getCvv();

Expand Down

0 comments on commit 66d9154

Please sign in to comment.