-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deferred payment methods for web #1881
Open
EduardDumitrescu
wants to merge
39
commits into
flutter-stripe:main
Choose a base branch
from
yopeso:web_deffered_payment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add deferred payment methods for web #1881
EduardDumitrescu
wants to merge
39
commits into
flutter-stripe:main
from
yopeso:web_deffered_payment
+734
−26
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into main # Conflicts: # packages/stripe/CHANGELOG.md # packages/stripe/pubspec.yaml # packages/stripe_android/CHANGELOG.md # packages/stripe_android/pubspec.yaml # packages/stripe_platform_interface/pubspec.yaml # packages/stripe_web/pubspec.yaml
# Conflicts: # packages/stripe_android/CHANGELOG.md
… into web_deffered_payment # Conflicts: # packages/stripe/pubspec.yaml # packages/stripe_android/CHANGELOG.md # packages/stripe_android/pubspec.yaml # packages/stripe_js/CHANGELOG.md # packages/stripe_js/lib/src/js/elements/element_creation_options.dart # packages/stripe_js/lib/src/js/payment_requests/payment_request.dart # packages/stripe_js/pubspec.yaml # packages/stripe_platform_interface/CHANGELOG.md # packages/stripe_platform_interface/lib/src/models/payment_sheet.dart # packages/stripe_platform_interface/lib/src/models/payment_sheet.freezed.dart # packages/stripe_platform_interface/lib/src/models/payment_sheet.g.dart # packages/stripe_platform_interface/pubspec.yaml # packages/stripe_web/CHANGELOG.md # packages/stripe_web/lib/src/widgets/payment_element.dart # packages/stripe_web/pubspec.yaml
… into web_deffered_payment # Conflicts: # packages/stripe/CHANGELOG.md # packages/stripe/lib/src/stripe.dart # packages/stripe/pubspec.yaml # packages/stripe_js/CHANGELOG.md # packages/stripe_js/lib/src/js/elements/element_creation_options.dart # packages/stripe_js/pubspec.yaml # packages/stripe_platform_interface/CHANGELOG.md # packages/stripe_platform_interface/pubspec.yaml # packages/stripe_web/CHANGELOG.md # packages/stripe_web/lib/src/widgets/payment_element.dart # packages/stripe_web/pubspec.yaml
… into web_deffered_payment # Conflicts: # packages/stripe_platform_interface/CHANGELOG.md # packages/stripe_web/pubspec.yaml
… into web_deffered_payment # Conflicts: # packages/stripe/CHANGELOG.md # packages/stripe/pubspec.yaml # packages/stripe_js/CHANGELOG.md # packages/stripe_js/lib/src/api/payment_intents/confirm_payment_options.freezed.dart # packages/stripe_js/lib/src/js/elements/elements.dart # packages/stripe_js/pubspec.yaml # packages/stripe_platform_interface/CHANGELOG.md # packages/stripe_web/CHANGELOG.md # packages/stripe_web/lib/src/widgets/payment_element.dart # packages/stripe_web/pubspec.yaml
Hi @EduardDumitrescu I am trying to implement Flutter web for Stripe CC payments. Sounlds like you are way ahead of me in implementing this. Could you send me your code that handles the Stripe CC payments for Flutter web? My email is [email protected], much appreciated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I've created a branch which exposes methods that would let a developer do a deferred payment on web using the new interop way.