You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here i reported a strange issue with Razorpay ui payment through node js and next js application
varoptions={"key": "rzp_test_fiIwmRET6CApc2","amount": "49900","currency": "INR","name": "Dummy Academy","description": "Pay & Checkout this Course, Upgrade your DSA Skill","image": "https://media.geeksforgeeks.org/wp-content/uploads/
20210806114908/dummy-200x200.png", "order_id": "order_HdPuQW0s9hY9AU", "handler": function (response){
console.log(response)alert("This step of Payment Succeeded");},
"prefill": {//Here we are prefilling random contact"contact":"9876543210",//name and email id, so while checkout"name": "Twinkle Sharma","email": "[email protected]".},
"notes" : {"description":"Best Course for SDE placements","language":"Available in 4 major Languages JAVA,
C/C++,Python,Javascript","access":"This course have Lifetime Access"},
"theme": {"color": "#2300a3"}};varrazorpayObject=newRazorpay(options);console.log(razorpayObject);razorpayObject.on('payment.failed',function(response){console.log(response);alert("This step of Payment Failed");});document.getElementById('pay-button').onclick=function(e){razorpayObject.open();e.preventDefault();}
the handler in this object does not get called when user mistakenly or impetiently press back or navigate back from the success screen before timeout of the timer displayed in the screen
The text was updated successfully, but these errors were encountered:
Here i reported a strange issue with Razorpay ui payment through node js and next js application
the handler in this object does not get called when user mistakenly or impetiently press back or navigate back from the success screen before timeout of the timer displayed in the screen
The text was updated successfully, but these errors were encountered: