Skip to content

Releases: razorpay/razorpay-magento

3.2.1

23 Oct 09:48
cf320d2
Compare
Choose a tag to compare

Added

  • Fixed, Issue related with Multi-store label for webhook orders.
  • Added whitelist url used internally

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.

Note: Don't mix composer and zip install.

3.2.0

29 Sep 04:36
62254dc
Compare
Choose a tag to compare

Added

  • Added, by_razorpay_webhook field in sales_order table that can be utilize for orders created by webhook tracking.
  • Added event dispatcher razorpay_webhook_order_placed_after , that can be observed for any order placed by webhook, with below
    transport data --
      'context'   => 'razorpay_webhook_order',
      'payment'   => <RZP_Payment_ID>,
      'transport' => [
                          'raorpay_payment_id' => <RZP_Payment_ID>,
                          'magento_quote_id' => <Magento_quote_id>,
                          'magento_order_id' => <Magento_order_id>,
                          'amount_captured' => <Amount_captured_in_minor_currency_unit>
                       ]
    
    
    

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.

Note: Don't mix composer and zip install.

beta-3.3.0

24 Sep 11:26
Compare
Choose a tag to compare
beta-3.3.0 Pre-release
Pre-release

Can be used to place order before payment in pending state.

3.1.3

08 Sep 07:59
789cac1
Compare
Choose a tag to compare

Added

  • Bug fixed, related with Amount rounding and captured.
  • Bug fixed, Shipping address not updated order placed by webhook, for any newly added address.

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.

Note: Don't mix composer and zip install.

3.1.2

02 Sep 15:30
63ce9ba
Compare
Choose a tag to compare
3.1.2 Pre-release
Pre-release

Added

  • Bug fixed, related with Amount rounding and captured.
  • Bug fixed, Shipping address not updated order placed by webhook, for any newly added address.

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.

Note: Don't mix composer and zip install.

3.1.1

01 Sep 05:24
88ff746
Compare
Choose a tag to compare
3.1.1 Pre-release
Pre-release

Added

  • Bug fixed, related with Amount rounding and captured.
  • Bug fixed, Shipping address not updated order placed by webhook, for any newly added address.

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.

Note: Don't mix composer and zip install.

3.1.0

26 Aug 05:57
87bef6b
Compare
Choose a tag to compare

Added

  • Added Separate Logs folder for Razorpay and logs file gets generated by date.
  • Bug fixed, missing Original Price for order items in order details view page.

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.

Note: Don't mix composer and zip install.

3.0.0

28 Jul 07:55
685738c
Compare
Choose a tag to compare

Added

  • Added embedded checkout support
  • Added support for Pay by Cred
  • Added Callback Url support for in app browser

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.

Note: Don't mix composer and zip install.

2.9.4

06 Jul 04:52
31e2789
Compare
Choose a tag to compare

Added

  • Bug fixed, issue related to duplicate orders with webhooks and guest account

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.

Note: Don't mix composer and zip install.

2.9.3

19 May 03:25
acfb0bb
Compare
Choose a tag to compare

Added

  • Bug fixed, issue related to duplicate orders with webhooks

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.

Note: Don't mix composer and zip install.