mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update BillingPortalPurchase.php
This commit is contained in:
parent
7b89f1cd1e
commit
49c4707e38
@ -293,7 +293,7 @@ class BillingPortalPurchase extends Component
|
|||||||
'invoice_id' => $this->invoice->id,
|
'invoice_id' => $this->invoice->id,
|
||||||
'quantity' => $this->quantity,
|
'quantity' => $this->quantity,
|
||||||
'subscription_id' => $this->billing_subscription->id,
|
'subscription_id' => $this->billing_subscription->id,
|
||||||
now()->addMinutes(60)
|
now()->addMinutes(60)]
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->emit('beforePaymentEventsCompleted');
|
$this->emit('beforePaymentEventsCompleted');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user