mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 09:24:35 -04:00
Working on client subs
This commit is contained in:
parent
3d375e4148
commit
ae9e927039
@ -191,6 +191,7 @@ class BillingSubscriptionService
|
|||||||
if(!$invoice)
|
if(!$invoice)
|
||||||
throw new \Exception("Could not match an invoice for payment of billing subscription");
|
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);
|
return InvoiceToRecurringInvoiceFactory::create($invoice);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user