Skip to content

3.8.5-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@nikhilsharma1100 nikhilsharma1100 released this 22 Jul 07:02
· 7 commits to webhook_cron_order_status since this release
dddcbb7

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

  1. Extract the attached code.zip
  2. Go to "app" folder
  3. Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
  4. Run bin/magento module:enable Razorpay_Magento from Magento root folder.
  5. Run these commands to install and add cron jobs :
bin/magento cron:install
bin/magento cron:run --group="razorpay"
  1. Run bin/magento setup:upgrade to upgrade the razorpay-magento extension from Magento root folder.
  2. 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.
  3. Run bin/magento cache:flush once again.