cd /var/www/minestorephp artisan paynow:sync-settingsphp artisan paynow:syncphp artisan paynow:parse-logs
This will sync your PayNow settings and transactions with MineStoreCMS. Keep in mind that you should not need to do this manually, as it is done automatically every 5 minutes. However, if you encounter any issues with the synchronization, you can run these commands to force a manual sync.
You can check if the required services are running by using the following command:
Copy
service minestore_schedule statusservice minestore_queue status
If the services are running, you should see a message indicating that they are active. If they are not running, you can start them using the following command:
Copy
service minestore_schedule restartservice minestore_queue restart
3. How to check if PayNow is enabled in MineStoreCMS?
You can check if PayNow is enabled in MineStoreCMS by going to the Settings page in your MineStoreCMS dashboard. Under the Payment Methods section, you should see PayNow listed as an available payment method. If it is not listed, you may need to enable it in the settings.