Releases: capacitor-community/stripe
Releases · capacitor-community/stripe
v4.0.0-1
v4.0.0-0
v3.9.1
v3.9.1-0
v3.9.0
- feat(ios): update to 22.6.0 72d6995
- chore(android): remove same if 3f3c43f
- Merge branch 'master' of github.com:capacitor-community/stripe f0bbef6
- chore(): change to simple code 6fcccd6
- Merge pull request #185 from capacitor-community/dependabot/npm_and_yarn/demo/server/npm-8.11.0 f59da77
- Merge pull request #169 from capacitor-community/dependabot/npm_and_yarn/minimist-1.2.6 a3430ca
- chore(deps): bump npm from 7.24.2 to 8.11.0 in /demo/server ee20569
- chore(deps): bump minimist from 1.2.5 to 1.2.6 b205908
Require permission in iOS
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
+ <key>NSCameraUsageDescription</key>
+ <string>Need camera access for read credit card.</string>
</dict>