Open krishnamadugu opened 10 months ago
Please provide all the information requested. Issues that do not follow this format are likely to stall.
I want to implement UPI options but i can't see it tried with upi turbo also but not working
3.16.2
Provide a detailed list of steps that reproduce the issue.
[INFO:CONSOLE(1)] "Uncaught TypeError: CheckoutBridge.sendAnalyticsData is not a function" [INFO:CONSOLE(1)] "Error: attribute height: Unexpected end of attribute. Expected length, "".",
I'm expecting it to show all payment options incuding upi option
var options = { 'key': 'key val', 'amount': 100, 'name': 'Acme Corp.', 'description': 'Fine T-Shirt', 'retry': {'enabled': true, 'max_count': 1}, 'send_sms_hash': true, 'prefill': { 'contact': '8888888888', 'email': 'test@razorpay.com' }, 'external': { 'wallets': ['paytm'] } }; razorpay.on( Razorpay.EVENT_PAYMENT_ERROR, handlePaymentErrorResponse); razorpay.on(Razorpay.EVENT_PAYMENT_SUCCESS, handlePaymentSuccessResponse); razorpay.on(Razorpay.EVENT_EXTERNAL_WALLET, handleExternalWalletSelected); razorpay.open(options); },
Did you find the solution? I am facing the same issue
Even I am facing same issue, please provide the solution.
even in react also same i can't implement upi.
did the error solved ?
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
I want to implement UPI options but i can't see it tried with upi turbo also but not working
Flutter Version :
3.16.2
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
[INFO:CONSOLE(1)] "Uncaught TypeError: CheckoutBridge.sendAnalyticsData is not a function" [INFO:CONSOLE(1)] "Error:
Expected Results
I'm expecting it to show all payment options incuding upi option
Snack, code example, screenshot, or link to a repository:
var options = { 'key': 'key val', 'amount': 100, 'name': 'Acme Corp.', 'description': 'Fine T-Shirt', 'retry': {'enabled': true, 'max_count': 1}, 'send_sms_hash': true, 'prefill': { 'contact': '8888888888', 'email': 'test@razorpay.com' }, 'external': { 'wallets': ['paytm'] } }; razorpay.on( Razorpay.EVENT_PAYMENT_ERROR, handlePaymentErrorResponse); razorpay.on(Razorpay.EVENT_PAYMENT_SUCCESS, handlePaymentSuccessResponse); razorpay.on(Razorpay.EVENT_EXTERNAL_WALLET, handleExternalWalletSelected); razorpay.open(options); },