Releases: razorpay/razorpay-magento
Releases · razorpay/razorpay-magento
3.2.1
Added
- Fixed, Issue related with Multi-store label for webhook orders.
- Added whitelist url used internally
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.0
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
- 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.0
Can be used to place order before payment in pending state.
3.1.3
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
- 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.1.2
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
- 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.1.1
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
- 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.1.0
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
- 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.0.0
Added
- Added embedded checkout support
- Added support for Pay by Cred
- Added Callback Url support for in app browser
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.
2.9.4
Added
- Bug fixed, issue related to duplicate orders with webhooks and guest account
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.
2.9.3
Added
- Bug fixed, issue related to duplicate orders with webhooks
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.