mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01: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…
Reference in New Issue
Block a user