Skip to content

5.1.6

Compare
Choose a tag to compare
@abdulwahidsharief abdulwahidsharief released this 11 Mar 12:30
· 15 commits to master-opencart3 since this release
f18f0da

Added

  • Cron job for webhook

Installation:

Create cron for webhook to run in every 5 min frequency
Using CLI :

  • Rrun crontab -e
  • Add the command: */5 * * * * curl --request POST https://<SITE_BASE_URL>/index.php?route=extension/payment/razorpay/rzpWebhookCron (press i to edit file)
  • Save. (press Esc key then Capital ZZ)
  • Run: crontab -l to view added Cron.

Using cPanel:

  • Log on to your cPanel Interface.
  • Go to Advanced section.
  • Click on Cron Jobs.
  • Select the specific time from the lists provided (every 5 min).
  • Enter https://<SITE_BASE_URL>/index.php?route=extension/payment/razorpay/rzpWebhookCron/ in the "Command" field.
  • Note: for more details visit opencart cron docs