-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphQL addition #240
GraphQL addition #240
Conversation
Where are you validating razorpay signature here ? |
@shreyas-codes , As graphQL can be executed from any system, So signature validation can not be implemented here. |
@shreyas-codes , have you tested it, |
@ramth05 order history comment not coming properly please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Razorpay GraphQl Extension
Order flow for placing Magento Order using razorpay as payment method with graphql
Use
rzp_order_id
and other details from step-2 and create from the Frontend/React/using razorpay's checkout.js , complete the payment and obtain razorpay_payment_id & razorpay_signaturehttps://razorpay.com/docs/payment-gateway/web-integration/standard/
Save Razorpay Response Details against Cart after payment success