From ae9e927039667ad271b8b83d34e40cb79658194e Mon Sep 17 00:00:00 2001 From: = Date: Tue, 23 Mar 2021 23:35:48 +1100 Subject: [PATCH] Working on client subs --- app/Services/BillingSubscription/BillingSubscriptionService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/BillingSubscription/BillingSubscriptionService.php b/app/Services/BillingSubscription/BillingSubscriptionService.php index aebae5e4fcfb..9cf918d99dc2 100644 --- a/app/Services/BillingSubscription/BillingSubscriptionService.php +++ b/app/Services/BillingSubscription/BillingSubscriptionService.php @@ -191,6 +191,7 @@ class BillingSubscriptionService if(!$invoice) throw new \Exception("Could not match an invoice for payment of billing subscription"); + //todo - need to remove the promo code - if it exists return InvoiceToRecurringInvoiceFactory::create($invoice); }