3.5.0
Warning: Webhook configs broken in this, Please use 3.6.3.
Fixed
- Added support to setup webhook on Razorpay dashboard for "order.paid" event through API automatically, when you save the razorpay configuration on Magento Admin dashboard .
Note: Auto webhook not works in localhost .
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.