3.8.5-beta
Pre-release
Pre-release
nikhilsharma1100
released this
22 Jul 07:02
·
7 commits
to webhook_cron_order_status
since this release
Fixed
Issue related with webhook replay to update order status.
Added
Cron job that updates the Pending Orders to Processing every 5 minutes after successful webhook notification.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from Magento root folder. - Run these commands to install and add cron jobs :
bin/magento cron:install
bin/magento cron:run --group="razorpay"
- Run
bin/magento setup:upgrade
to upgrade the razorpay-magento extension from Magento root folder. - On the Magento admin dashboard, open Razorpay payment method settings and click on the Save Config button.
Note: If you see this message highlighted in yellow (One or more of the Cache Types are invalidated: Page Cache. Please go to Cache Management and refresh cache types.) on top of the Admin page, please follow the steps mentioned and refresh cache. - Run
bin/magento cache:flush
once again.