diff --git a/app/Services/ClientPortal/InstantPayment.php b/app/Services/ClientPortal/InstantPayment.php index b62098c717f9..feeb0be2a127 100644 --- a/app/Services/ClientPortal/InstantPayment.php +++ b/app/Services/ClientPortal/InstantPayment.php @@ -200,7 +200,7 @@ class InstantPayment } /* Schedule a job to check the gateway fees for this invoice*/ - CheckGatewayFee::dispatch($first_invoice, $client->company->db)->delay(600); + CheckGatewayFee::dispatch($first_invoice->id, $client->company->db)->delay(600); /** * Gateway fee is calculated