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

Payment Screen is not appearing on IOS side #3

Open
aliismaildev opened this issue Oct 24, 2022 · 1 comment
Open

Payment Screen is not appearing on IOS side #3

aliismaildev opened this issue Oct 24, 2022 · 1 comment

Comments

@aliismaildev
Copy link

I am unable to integrate it on iOS side. payment screen in not appearing on iOS side with no error

@bilalep
Copy link

bilalep commented Jan 4, 2023

Explicitly convert all values of request parameter to string.
Like this final requestParam = { 'amount': amount.toString(), 'command': command.toString(), 'currency': currency.toString(), 'customer_email': customerEmail.toString(), 'language': language.toString(), 'merchant_reference': merchantReference.toString(), 'sdk_token': .sdkToken.toString(), }
For some weird reason iOS is not accepting values not enclosed in double quotes

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

2 participants