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

Fixes for coupons on free subscriptions

This commit is contained in:
David Bomba 2022-01-14 17:46:22 +11:00
parent bfe31c09ce
commit 53d3888f5b

View File

@ -409,7 +409,7 @@ class BillingPortalPurchase extends Component
'quantity' => $this->quantity,
'contact_id' => $this->contact->id,
'client_id' => $this->contact->client->id,
'coupon' => '',
'coupon' => $this->coupon,
]);
}