This module can be used to place order before payment in Magento, in new state and pending status.
- Now a notification will be displayed whenever a new version update is released.
- Instructions have been updated to set up cron with Magento.
- Order status mismatch on Magento and Razorpay dashboard is resolved. Correct order status will reflect on both the dashboards.
- Webhook secret will not be removed from core config data on version upgrade. Configuration of webhook will remain same.
- Fixed issue, Webhook gets disabled in case of mutistore site.
- Fixed issue, Verify the active quote, before placing order in callback.
- Fixed issue, related with new RZP order ID generation for same quote and cart amount.
- Added, Change order status to
Payment Review
in case of amount mismatch (By using setting configs).
- Fixed issue, related with quote ID missing in the callback url.
- Added webhook order cron under
razorpay
group.
- Fixed to validate order amount in webhook).
- Fixed paymentId validation.
- Added refund through invoice credit memo.
- Fixed to avoid api calls in observer (In case order gets updated again by other modules).
- Added latest release upgrade notification.
- Additional Config support for magento GraphQL.
Fixed webhook localhost url validation.
Fixed webhook signature mismatch issue and added validation for shipping/billing address and shipping method for quote, before creating RZP order.
Razorpay GraphQL Support added in this release. Please follow the readme file for instructions of uses.
Added label for front-end to fix radio button selection issue.