Skip to content

3.5.3

Compare
Choose a tag to compare
@ramth05 ramth05 released this 03 Jun 17:06
· 399 commits to master-2.x since this release
f117540

Warning: Webhook configs broken in this, Please use 3.6.2.

Fixed

  • Removed webhook amount match validation and added the Actual amount paid in order comments section ( In case of Offer/Fee applied on RZP dashboard.)
  • Added label for front-end to fix radio button selection issue.
  • Bug fixed, related webhook signature mismatch.

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.

Note: Don't mix composer and zip install.