Blesta needs a Namesilo plugin.
https://www.namesilo.com/domain_tools.php API ModulesWe have integrated our API with the plugins/modules listed below. It is our goal to help you manage or resell our services in the easiest ways. Please let us know if there are any other platforms you would like to see us support.
WHMCS Module For WHMCS version 5.3x (last updated April 28, 2014)
WHMCS Module For WHMCS version 5.2x (Last updated February 21, 2014. No more 5.2x updates will be made)
HostBill
Clientexec
i'm currently working in a plugin that auto cancel unpaid orders after X days .
but i have a misunderstanding the orders status !!!
pending , accepted ... i have found some orders are accepted but not yet activated and is not complete until the invoice should paid .
so normally i shouldn't search orders via status , i should search order is they have invoice related has date_closed set ?
or i should look if the order is accepted or pending or both ?
If you are cancelling orders, you will need to cancel the pending service, cancel the order, unapply any transactions from the invoice, and void the invoice.
You could use the invoices.date_closed to determine whether the invoice is closed.
You should check the records with a NULL end_date in the log_cron table of the database for more information. The 6-hour limit on ending and restarting a cron task applies to all tasks, so as long as the task is enabled in Blesta, it should operate under the same constraints.