-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Hi everyone,
I hope you're all doing well. Since yesterday, I've been encountering an error with the Zibal driver. The error message I receive is:
خطای ناشناخته ای رخ داده است.
This error occurs during the execution of the verify() function in the following code:
$receipt = $payment->amount((float) $transaction->amount) ->transactionId($transaction_id) ->verify();
It seems that the $status is returning as null, which leads the translateStatus() function to return the above error. From what I can tell, this issue might not be on the Zibal side. it's because Zibal driver is not working with RestApi as it's using Request input for status and flag.
If anyone has any insights or solutions, I'd greatly appreciate the help!
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels