Skip to content

Commit

Permalink
Fix shepa driver (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadegh19b authored Sep 12, 2024
1 parent 140f8ac commit 06f97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Shepa/Shepa.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function verify(): ReceiptInterface
$paymentStatus = Request::input('status');

if ($paymentStatus !== 'success') {
throw new InvalidPaymentException('تراکنش از سوی کاربر لغو شد.', $paymentStatus);
throw new InvalidPaymentException('تراکنش از سوی کاربر لغو شد.');
}

$data = [
Expand Down

0 comments on commit 06f97d7

Please sign in to comment.