1
0
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:
= 2021-03-06 11:47:05 +11:00
parent 1599711dee
commit 097d9ac1b8

View File

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