Ensure we do not remove gateway feed prematurely
This commit is contained in:
parent
b475c05482
commit
55ab915529
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class InvoiceController extends Controller
|
|||
{
|
||||
set_time_limit(0);
|
||||
|
||||
$invoice->service()->removeUnpaidGatewayFees()->save();
|
||||
// $invoice->service()->removeUnpaidGatewayFees()->save();
|
||||
|
||||
$invitation = $invoice->invitations()->where('client_contact_id', auth()->guard('contact')->user()->id)->first();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue