Skip to content

Releases: razorpay/razorpay-opencart

5.1.8

21 May 12:14
06e1592
Compare
Choose a tag to compare

Added

  • PHP 8 compatibility with OpenCart 3

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

5.1.7

02 Apr 07:53
feae05f
Compare
Choose a tag to compare

Added

  • Webhook Cron creation steps and confirmation field.

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

5.1.6

11 Mar 12:30
f18f0da
Compare
Choose a tag to compare

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

5.1.5

15 Feb 11:04
9521364
Compare
Choose a tag to compare

Fixed

  • Duplicate plan displayed
  • Subscription status change bug

6.0.3

15 Feb 11:30
82724e3
Compare
Choose a tag to compare

Fixed

  • Duplicate plan displayed
  • Alert on save configuration

5.1.4

16 Jan 12:05
7724c4b
Compare
Choose a tag to compare
  • Change of gateway name based on location

5.1.3

02 Jan 13:02
cde6377
Compare
Choose a tag to compare
  • Fixed session getting cleared on callback

6.0.2

29 Nov 07:44
b66c014
Compare
Choose a tag to compare

Fixed

  • Order amount mismatch on callback failure
  • Blocked currencies KWD, OMR, BHD.

5.1.2

20 Nov 15:58
466e76e
Compare
Choose a tag to compare
  • Blocked currencies KWD, OMR, BHD.

6.0.1

17 Nov 09:47
facc628
Compare
Choose a tag to compare

Added

  • Subscription feature