Skip to content

3.7.5

Compare
Choose a tag to compare
@yashgit891 yashgit891 released this 14 Jun 07:00
· 335 commits to master-2.x since this release
7ed1e96

Fixed

  • Razorpay Api not being fetched.

Note: This release includes GrpahQL supports and only compatible with version of magento >= 2.3.3
To install below magento 2.3.3, use code_below_2.3.3.zip, below 2.3.3 magento version RZP does not support GraphQL

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 bin/magento setup:upgrade from magento root folder.
  6. If you are getting DB error for razorpay_sales_order missing, Please use razorpay_sales_order.sql to add table manually.

Install through "code_below_2.3.3.zip" file

  1. Rename code_below_2.3.3.zip to code.zip
  2. Extract the attached code.zip
  3. Go to "app" folder
  4. Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
  5. Run bin/magento module:enable Razorpay_Magento from magento root folder.
  6. Run bin/magento setup:upgrade from magento root folder.
  7. If you are getting DB error for razorpay_sales_order missing, Please use razorpay_sales_order.sql to add table manually.

How to setup the cron job for missing orders

Note: Only In case of magento crons not running

  1. Enabled the webhook.
  2. Copy the Cron URL from setting.
  3. Set the cron job in your magento site server to call the Cron URL from above step in every 5 mins frequncy.
    Ex: */5 * * * * curl --request POST "{SITE_BASE_URL}/razorpay/payment/WebhookOrderCron"

Note: Don't mix composer and zip install.
Note: Make sure "zipcode" must be required field under billing and shipping address.

Note: This release includes GrpahQL supports and only supports above 2.3.3 version of magento