Skip to content

Commit

Permalink
fix refund and void use refund provision password
Browse files Browse the repository at this point in the history
  • Loading branch information
enesdayanc committed Dec 26, 2017
1 parent 7862162 commit 05b55fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Request/RefundRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function getHashData(Setting $setting)
$credential->getTerminalId(),
Helper::amountParser($this->getAmount()),
),
$credential->getProvisionPassword(),
$credential->getRefundProvisionPassword(),
$credential->getTerminalId()
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/Request/VoidRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function getHashData(Setting $setting)
$credential->getTerminalId(),
Helper::amountParser($this->getAmount()),
),
$credential->getProvisionPassword(),
$credential->getRefundProvisionPassword(),
$credential->getTerminalId()
);
}
Expand Down

0 comments on commit 05b55fa

Please sign in to comment.