Skip to content

Releases: razorpay/razorpay-magento

Add orders API support

06 Jan 07:51
Compare
Choose a tag to compare
Auto capture 2.x (#30)

* This version has an implementation of orders api with auto-capture, however the ajax request returns a 503 error

* Added  variable in all files. Fixed 503 error, but now pay with razorpay results in a 400 bad request error.

* Fixed minor errors

* Implemented and tested version of orders API with auto-capture for Magento 2.1

* Added a check for hash_equals

* Made some style guide changes

* Made style guide changes to the code based on comments

* Changed getCatalogSession to getRazorpayOrderId

Fixed issue with hash_equals

23 Dec 17:12
Compare
Choose a tag to compare

hash_equals now has a check to see it is already defined in the global scope.

Added orders api with auto-capture for Magento 1.9

24 Nov 14:32
Compare
Choose a tag to compare

Added Orders API with auto-capture for magento 1.9

Add ca-cart bundle

02 Sep 03:28
Compare
Choose a tag to compare
Add ca bundle (#23)

* Add ca bundle

* Refactor sendRequest

* Refactor sendRequest()

* Change minimum supported version to 5.4.45

Add support for custom checkout and themes

23 Aug 11:57
Compare
Choose a tag to compare

Bug fix for Magento 2.1

27 Oct 11:35
Compare
Choose a tag to compare
2.1/bug fix (#21)

* [magento-2.1] Remove place order function and use native fn

* Fix response data scope

Support for Magento 2.1

03 Aug 05:23
Compare
Choose a tag to compare
2.0.3

Update version (#20)

Add multi currency support for Magneto 1.x

16 May 09:41
Compare
Choose a tag to compare

This release uses Magento multi-currency, which converts the amount to the base currency amount by conversion rates available.

Fix bug where other payment methods were getting overriden

05 May 15:30
Compare
Choose a tag to compare
1.1.6

Fix bug where other payment methods were being overriden (#11)

Bug fixes and new checkout plugin support

30 Apr 12:45
Compare
Choose a tag to compare
  • Validation checks have been added on the client side for Razorpay
  • AppZab OneStepCheckout has been added