diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index 5804518e..41108861 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.1 +**Features** +- Add support for any kind of payment method in setup intent with [confirmSetup] + ## 6.2.0 **Features** - Add basic support for Expresscheckout on the web diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index 37091349..f18c8737 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -14,11 +14,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.0.3 stripe_platform_interface: ^11.2.0 - stripe_js: - git: - url: git@github.com:cedvdb/flutter_stripe.git - path: packages/stripe_js - ref: setup_confirm + stripe_js: ^6.2.1 web: ^1.0.0 dev_dependencies: