We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
options.showPromptInApp = false
transactionContext.beginPayment(options)
Possible issue: an "Unable to read card" error shows in the app. It would be ideal to be able to use my own app's UI to present the error
More important issue: After tapping "OK", the "Ready" prompt, as if options.showPromptInApp had not been set to false,m= appears.
options.showPromptInApp
false
The text was updated successfully, but these errors were encountered:
This is an issue. I will file a defect with the product team to get this fixed.
Sorry, something went wrong.
No branches or pull requests
options.showPromptInApp = false
transactionContext.beginPayment(options)
Possible issue: an "Unable to read card" error shows in the app. It would be ideal to be able to use my own app's UI to present the error
More important issue: After tapping "OK", the "Ready" prompt, as if
options.showPromptInApp
had not been set tofalse
,m= appears.The text was updated successfully, but these errors were encountered: