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
At src/Drivers/Asanpardakht/Asanpardakht.php, in the transactionResult function, the localInvoiceId is wrong.
It uses $this->invoice->getTransactionId() but this is a token, not the client invoice id.
The correct value is: $request->get('invoice').