The payment system requires cronjobs to run correctly.

Set this up using the following command:

  • * * * * * cd {{ base_path() }} && php artisan schedule:run >> /dev/null 2>&1

See the cron setup guide.