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); }