You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Accept payment is not working on ionic react js app. i have two issues:
1 - when i present payment sheet for the first time it appears like this
but when close and open again it appears fine and this is a bad experience for the user
2 - when i try to test the card payment using the test api keys and test data on stripe official documentation the page is redirect to the same page appended to it the query of zip code http://localhost:8100?zipCode=00000 and no completation callback is called and i try this for payment sheet and payment flow and i think my server code is fine and my stripe account is fine, cause i test it on the official react js api and it success. also when i click on presentPaymentSheet it logs this error
@hmarquez-solutions@mostafa3ly I'm glad you got it sorted out!
Did you use this plugin for production? If yes, please tell us what app. This help development this plugin.
Platform
Describe the bug
Accept payment is not working on ionic react js app. i have two issues:
1 - when i present payment sheet for the first time it appears like this
but when close and open again it appears fine and this is a bad experience for the user
2 - when i try to test the card payment using the test api keys and test data on stripe official documentation the page is redirect to the same page appended to it the query of zip code http://localhost:8100?zipCode=00000 and no completation callback is called and i try this for payment sheet and payment flow and i think my server code is fine and my stripe account is fine, cause i test it on the official react js api and it success. also when i click on presentPaymentSheet it logs this error
client side package.json
client side code
App.tsx
server side code which has no issues by the way
The text was updated successfully, but these errors were encountered: