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:
parent
3d375e4148
commit
ae9e927039
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user