mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:14:44 -04:00
Padding out functionality
This commit is contained in:
parent
1599711dee
commit
097d9ac1b8
@ -49,4 +49,14 @@ class BillingSubscriptionCron
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Our daily cron should check
|
||||||
|
|
||||||
|
1. Is the subscription still in trial phase?
|
||||||
|
2. Check the recurring invoice and its remaining_cycles to see whether we need to cancel or perform any other function.
|
||||||
|
*/
|
||||||
|
private function processSubscription($client_subscription)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user