mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Ensure we do not remove gateway feed prematurely
This commit is contained in:
parent
b475c05482
commit
55ab915529
@ -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…
x
Reference in New Issue
Block a user