commit
bbcc06f22c
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue