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

Working on client subs

This commit is contained in:
= 2021-03-23 23:35:48 +11:00
parent 3d375e4148
commit ae9e927039

View File

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