Releases: razorpay/razorpay-magento
Releases · razorpay/razorpay-magento
3.4.1
Fixed
- Added New DB table razorpay_sales_order to record razorpay orderId and PaymentID.
- Added New config to delay the webhook processing for some time to avoid duplicate orders.
- Bug Fixed: Duplicate entry of quotes in razorpay_sales_order table.
- Bug Fixed: Issue around order amount validation for multi-currency store.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder. - 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.
3.4.0
Fixed
- Added New DB table razorpay_sales_order to record razorpay orderId and PaymentID.
- Added New config to delay the webhook processing for some time to avoid duplicate orders.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder. - 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.
3.3.1
Warning: Webhook configs broken in this, Please use 3.6.3.
Fixed
- Issue related with webhook orders failed as because quote shipping address missing.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder.
Note: Don't mix composer and zip install.
beta-3.3.4
Can be used to place order before payment in new state and pending status.
Fixed
- Issue related to Display amount on checkout pop-up for international currency.
3.3.0
Fixed
- Issue related to amount capture mismatch with razorpay.
- Issue related with webhook duplicate orders.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder.
Note: Don't mix composer and zip install.
beta-3.3.3
Can be used to place order before payment in new state and pending status.
Note: Issue in display currency on payment pop-up in case of international currency.
3.2.3
Fixed
- Issue related to Checkout not opening for Digital products.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder.
Note: Don't mix composer and zip install.
3.2.2
Fixed
- Added delay in webhooks to avoid duplicate orders.
Install through "code.zip" file
- Extract the attached code.zip
- Go to "app" folder
- Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).
- Run
bin/magento module:enable Razorpay_Magento
from magento root folder. - Run
bin/magento setup:upgrade
from magento root folder.
Note: Don't mix composer and zip install.
beta-3.3.2
Can be used to place order before payment in new state and pending status.
beta-3.3.1
Can be used to place order before payment in new state and pending status.