mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for bug in check gateway fee logic
This commit is contained in:
parent
fadc039eba
commit
2bfb39eb13
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user