diff --git a/app/Http/Livewire/BillingPortalPurchase.php b/app/Http/Livewire/BillingPortalPurchase.php index 88e4997212dc..619a9a8366c1 100644 --- a/app/Http/Livewire/BillingPortalPurchase.php +++ b/app/Http/Livewire/BillingPortalPurchase.php @@ -123,6 +123,7 @@ class BillingPortalPurchase extends Component public function handleBeforePaymentEvents() { + //stubs $data = [ 'client_id' => $this->contact->client->id, @@ -152,6 +153,7 @@ class BillingPortalPurchase extends Component $this->emit('beforePaymentEventsCompleted'); } + //this isn't managed here - this is taken care of in the BS public function applyCouponCode() {