You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
در یک کد ساده ای که برای تست نوشته شده است خطای اعتبار سنجی نشان میدهد
$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 همچین خطایی را میگیرد
لطفا راهنماییی فرمایید
The text was updated successfully, but these errors were encountered:
خطای اعتبار سنجی
در یک کد ساده ای که برای تست نوشته شده است خطای اعتبار سنجی نشان میدهد
$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 همچین خطایی را میگیرد
لطفا راهنماییی فرمایید
The text was updated successfully, but these errors were encountered: