capacitor-community / stripe

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

Update iOS Stripe Pod dependency to 21.0.1 #33

Closed ihadeed closed 3 years ago

ihadeed commented 3 years ago

OK, so even further investigation! it seems like there is an incompatibility with the newest version of the stripe library (21.0.1) It seems like there simply needs to be some updates done to the library to make it compatible i.e. change enums like typeCard to card etc. For whatever reason, the capacitor update is not respecting the major version number declared in the pod file, which is thus causing it to write out a pod lock file that has the incompatible version within it.

Originally posted by @bryce13950 in https://github.com/capacitor-community/stripe/issues/31#issuecomment-733974877

bryce13950 commented 3 years ago

All set! #34