Skip to content

خطای اعتبار سنجی #332

Description

@korangcity

Screenshot 2024-12-31 004729

خطای اعتبار سنجی

در یک کد ساده ای که برای تست نوشته شده است خطای اعتبار سنجی نشان میدهد

$invoice = (new Invoice)->amount(10000);
$payment=Payment::callbackUrl('https://www.test.com/');
$payment->purchase($invoice,function($driver, $transactionId) {
// We can store $transactionId in database.
});
return $payment->pay()->render();

متدpurchase همچین خطایی را میگیرد
لطفا راهنماییی فرمایید

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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