2.9.1
Added
- Webhook feature support (https://razorpay.com/docs/webhooks/) for issues like #166 , #171
- Webhook support only 'order.paid' event in this release.
Note: Compatible only for < Magento 2.3.0 .
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.