capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 74 forks source link

Updated documentation to improve iOS #37

Closed patrickbussmann closed 3 years ago

patrickbussmann commented 3 years ago

I always got a error message from Stripe when I tried to do something. With this changes in the AppDelegate.swift it works fine!

And by the way:

payWithApplePay is returning not a TokenResponse it's returning only a { token: string }.

patrickbussmann commented 3 years ago

See https://github.com/capacitor-community/stripe/pull/42