Skip to content

2.7.0

Compare
Choose a tag to compare
@ramth05 ramth05 released this 09 Jul 11:10
· 486 commits to master-2.x since this release
5775274

Changed

  • Razorpay is disabled as a payment method for multi-shipping checkout
  • Razorpay is disabled as a payment method for admin-placed order

Added

  • Payment Capture config is now available to admin, allows for manual payment capture
  • Razorpay logo added to checkout page
  • Added Magento and razorpay-magento version data in payment metadata for analytics

Fixed

  • Resolved uncaught JS TypeError reported in #110
  • Removed rogue HTML comment showing up on checkout in #147

Install through "code.zip" file

  1. Extarct 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.

Note: Don't mix composer and zip install.