1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

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()
{
//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()
{