stripe
stripe copied to clipboard
feat(): update to v8
- https://github.com/capacitor-community/stripe/issues/456
- https://github.com/capacitor-community/stripe/issues/449
Deploy Preview for capacitor-community-stripe ready!
| Name | Link |
|---|---|
| Latest commit | 5c76ab0dcfc91a25505aec5892ec661dae5fa9a5 |
| Latest deploy log | https://app.netlify.com/projects/capacitor-community-stripe/deploys/6945209724cff3000876e501 |
| Deploy Preview | https://deploy-preview-457--capacitor-community-stripe.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
⚠️ @capacitor-community/stripe-identity Breaking Change
Deprecated Identity APIs have been fully removed.
Removed
- Deprecated events:
Completed,Canceled,Failed - Deprecated return values and related types
-
present()now always returnsvoid
Changed
- Verification results are now delivered only via the
VerificationResultevent - Unified and simplified behavior across Web / iOS / Android
⚠️ This is a breaking change.
Apps using deprecated events or relying on return values must migrate to VerificationResult.
@capacitor-community/stripe-terminal Breaking Change
Changed
ext {
...
- stripeterminalHandoffClientVersion = '4.7.0'
+ stripeterminalAppOnDevicesVersion = '5.1.+'
}