mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for recurring
This commit is contained in:
parent
a1a54b3e18
commit
417ed6c13d
@ -271,6 +271,7 @@ class BillingPortalPurchase extends Component
|
|||||||
->createInvoice($data)
|
->createInvoice($data)
|
||||||
->service()
|
->service()
|
||||||
->markSent()
|
->markSent()
|
||||||
|
->fillDefaults()
|
||||||
->save();
|
->save();
|
||||||
|
|
||||||
Cache::put($this->hash, [
|
Cache::put($this->hash, [
|
||||||
|
@ -63,6 +63,7 @@ class SendRecurring implements ShouldQueue
|
|||||||
->markSent()
|
->markSent()
|
||||||
->applyNumber()
|
->applyNumber()
|
||||||
->createInvitations()
|
->createInvitations()
|
||||||
|
->fillDefaults()
|
||||||
->save();
|
->save();
|
||||||
|
|
||||||
nlog("Invoice {$invoice->number} created");
|
nlog("Invoice {$invoice->number} created");
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user