Update BillingPortalPurchase.php
This commit is contained in:
parent
7b89f1cd1e
commit
49c4707e38
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ class BillingPortalPurchase extends Component
|
|||
'invoice_id' => $this->invoice->id,
|
||||
'quantity' => $this->quantity,
|
||||
'subscription_id' => $this->billing_subscription->id,
|
||||
now()->addMinutes(60)
|
||||
now()->addMinutes(60)]
|
||||
);
|
||||
|
||||
$this->emit('beforePaymentEventsCompleted');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue