Skip to content
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

Showing "IntentSample" when opening the checkout(only iOS) #420

Open
SelvaKumar92 opened this issue Nov 6, 2024 · 0 comments
Open

Showing "IntentSample" when opening the checkout(only iOS) #420

SelvaKumar92 opened this issue Nov 6, 2024 · 0 comments

Comments

@SelvaKumar92
Copy link

SelvaKumar92 commented Nov 6, 2024

Showing "IntentSample" when opening the checkout(only iOS)

Description

Error: Getting "IntentSample" error when opening the checkout

SDK Version: razorpay_flutter 1.3.4
Platform: iOS only (Android working fine)

Checkout Parameters:

final options = <String, dynamic>{
'description': '...',
'image': '...',
'currency': "INR",
'amount': '...',
'name': '...',
'prefill': <String, dynamic>{
'email': '...',
'contact': '...',
'name': '...',
'method': orderId,
'bank': bank,
"bank_account[name]": bankAccountName,
'bank_account[ifsc]': ifscCode,
"bank_account[account_number]": bankAccountNumber
},
'theme': {'color': '#6725F4'},
'order_id': orderId,
'key': apiKey
};

Flutter Version :

• Flutter version 3.10.6 on channel stable at /Users/selvakumar/Downloads/flutter
• Dart version 3.0.6
• DevTools version 2.23.1

Xcode Version :

Xcode - develop for iOS and macOS (Xcode 16.1)
Build 16B4

Cocoapod Version :

CocoaPods version 1.16.2

Steps To Reproduce

1.Initialize Razorpay with above parameters
2.Open checkout
3.Error occurs on iOS devices only

Image from iOS (1)

@SelvaKumar92 SelvaKumar92 changed the title Showing "IntentSample" when opening the checkout Showing "IntentSample" when opening the checkout(only iOS) Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant