minor fixes
This commit is contained in:
parent
29a7225d64
commit
002108b152
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class InstantPayment
|
|||
|
||||
$invoices->each(function($invoice){
|
||||
$invoice->service()
|
||||
->marksent()
|
||||
->markSent()
|
||||
->removeUnpaidGatewayFees()
|
||||
->save();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue