-
Notifications
You must be signed in to change notification settings - Fork 30
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
App crashes without giving any error on confirmPayment #18
Comments
Hey! What does the cash log say? I believe you should see stack of native crash log (either on iOS or Android) |
2021-01-05 22:54:36.399 24195-24323/com.desider.hayatiffy E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 |
but I am using valid key |
can I use my client secret from my strip account in app directly ? or backend developer will give me through API ? |
Please use |
ok ill try in coming hours |
I can confirm that this still happens. I have used both publishable and secret keys and this crash/error still happens |
Can you provide crash log? |
stripe.confirmPayment('key', cardDetails)
.then(result => {
console.log('strip payment responce ', result)
})
.catch(err =>{
console.log('strip error', err)
}
)
The text was updated successfully, but these errors were encountered: