Skip to content

Unknown Error Occurring on Zibal Driver #319

@naeimsafaee

Description

@naeimsafaee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions