Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amiri27 committed Nov 6, 2014
1 parent 27b1e00 commit e755dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/zarinpal.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function Verify() {
$res = $this->client->PaymentVerification(array(
'MerchantID' => $this->MerchantID,
'Authority' => $_GET['Authority'],
'Amount' => $this->Price
'Amount' => $_GET['Amount']
));
if ($res->Status == 100) {
$this->RefNumber = $_GET['Authority'];
Expand Down

0 comments on commit e755dea

Please sign in to comment.