Skip to content

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

@korangcity

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 همچین خطایی را میگیرد
لطفا راهنماییی فرمایید

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions