Update BillingPortalPurchase.php

This commit is contained in:
Benjamin Beganović 2021-03-23 16:27:30 +01:00 committed by GitHub
parent 7b89f1cd1e
commit 49c4707e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');