diff --git a/app/Http/Livewire/BillingPortalPurchase.php b/app/Http/Livewire/BillingPortalPurchase.php index 7632e28f9dd9..6529c4cff065 100644 --- a/app/Http/Livewire/BillingPortalPurchase.php +++ b/app/Http/Livewire/BillingPortalPurchase.php @@ -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');