Merge pull request #5168 from turbo124/v5-develop

v5.1.27
This commit is contained in:
David Bomba 2021-03-18 13:57:18 +11:00 committed by GitHub
commit bbcc06f22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ class BillingPortalPurchase extends Component
public function handleBeforePaymentEvents() public function handleBeforePaymentEvents()
{ {
//stubs //stubs
$data = [ $data = [
'client_id' => $this->contact->client->id, 'client_id' => $this->contact->client->id,
@ -152,6 +153,7 @@ class BillingPortalPurchase extends Component
$this->emit('beforePaymentEventsCompleted'); $this->emit('beforePaymentEventsCompleted');
} }
//this isn't managed here - this is taken care of in the BS //this isn't managed here - this is taken care of in the BS
public function applyCouponCode() public function applyCouponCode()
{ {