mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
commit
bbcc06f22c
@ -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…
Reference in New Issue
Block a user