Skip to content

Commit

Permalink
خطای تراکنش زرین پال
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman authored Aug 4, 2016
1 parent 3cd24a5 commit c6dfdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Zarinpal/Zarinpal.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function verifyPayment()
throw $e;
}

if ($response->Status != 100) {
if ($response->Status != 100 && $response->Status != 100) {
$this->transactionFailed();
$this->newLog($response->Status, ZarinpalException::$errors[$response->Status]);
throw new ZarinpalException($response->Status);
Expand Down

0 comments on commit c6dfdba

Please sign in to comment.