gogetssl / whmcs-addon

GOGETSSL WHMCS SSL Addon
MIT License
37 stars 22 forks source link

Order status not updated #120

Closed shabsta closed 4 years ago

shabsta commented 4 years ago

As per the screenshot, the SSL has been issued how ever the product page within WHMCS client service does not update, or could be delayed.

See attached, showing that the cert has been issued how ever whmcs has not updated. What cron is responsible for this if there is one? 2020-04-12_9-49-58 2020-04-12_9-50-39

shabsta commented 4 years ago

I was able to force the client area to show the certificate details by clicking the

Please advise which cron is responsible for update the certificate details? 2020-04-12_10-19-48 2020-04-12_10-22-38

vlad-evg commented 4 years ago

On the screenshots you can see that the certificate in WHMCS has the status Active so it looks like everything is fine.

This cron is responsible for updating status certificates

0 /1 php -q /home/dev24/public_html/dev/modules/addons/SSLCENTERWHMCS/cron/cron.php

This cron is responsible for updating details about certificates

0 0 * php -q /home/dev24/public_html/dev/modules/addons/SSLCENTERWHMCS/cron/certificateDetailsUpdater.php