You are on page 1of 1

adaugare produse

http://localhost/admin/configproducts.php

accesare payments
-dreapta sus cheie -> apoi -system settings
- alegem din lista Payment gateways
- alegem tab-l all payment gateways daca nu avem niciunul selectat
- daca stim ca avem activa un PG, atunci trecem la Manage Existing Gateways
---la Quickpay completam cimpurile

callback_url field
https://a15a13630706.ngrok.io/modules/gateways/callback/quickpay.php

Run cron manually


localhost/crons/cron.php

Linux with no control panel


Use the command to open the crontab editor:

$ crontab -e

On a new line enter:


*/5 * * * * php -q /path/to/home/public_html/whmcspath/crons/cron.php

EX
*/5 * * * * php -q /var/www/crons/cron.php

Type :wq and press the Enter key to save the changes to the crontab and close the
editor.

docs
https://docs.whmcs.com/Billing_Logic

https://docs.whmcs.com/Products_and_Services

You might also like