mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -04:00
minor fixes
This commit is contained in:
parent
29a7225d64
commit
002108b152
@ -71,7 +71,7 @@ class InstantPayment
|
|||||||
|
|
||||||
$invoices->each(function($invoice){
|
$invoices->each(function($invoice){
|
||||||
$invoice->service()
|
$invoice->service()
|
||||||
->marksent()
|
->markSent()
|
||||||
->removeUnpaidGatewayFees()
|
->removeUnpaidGatewayFees()
|
||||||
->save();
|
->save();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user