Releases: razorpay/razorpay-opencart
Releases · razorpay/razorpay-opencart
5.1.8
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 CapitalZZ
) - 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
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 CapitalZZ
) - 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
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 CapitalZZ
) - 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
Fixed
- Duplicate plan displayed
- Subscription status change bug
6.0.3
Fixed
- Duplicate plan displayed
- Alert on save configuration
5.1.4
- Change of gateway name based on location
5.1.3
- Fixed session getting cleared on callback
6.0.2
Fixed
- Order amount mismatch on callback failure
- Blocked currencies KWD, OMR, BHD.
5.1.2
- Blocked currencies KWD, OMR, BHD.
6.0.1
Added
- Subscription feature