-
-
Notifications
You must be signed in to change notification settings - Fork 601
Add deferred payment methods for web #1881
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
Open
EduardDumitrescu
wants to merge
50
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
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
07af94b
add jsonarray case
EduardDumitrescu 265bc9a
update pubspec name
EduardDumitrescu 787fe3f
revert pubspec name
EduardDumitrescu 75eb561
bump version
EduardDumitrescu 444e7fc
update used android version
EduardDumitrescu dfd9eff
update changelog
EduardDumitrescu cfa369e
add temporary run on ui
EduardDumitrescu 0a9fc5e
set include if null to false
EduardDumitrescu da0e10c
add creation options
EduardDumitrescu d2a5ec7
add confirm payment method
EduardDumitrescu bfcc58c
add client secret to confirm payment options
EduardDumitrescu 8457ab5
make client secret optional
EduardDumitrescu 2f4a9b2
fix payment element client secret error
EduardDumitrescu 674ef1e
add handle next action
EduardDumitrescu 4fc31dd
use map for handle next action
EduardDumitrescu 8037745
use jsify on map
EduardDumitrescu da70e73
add retrieve payment intent
EduardDumitrescu d55b5b2
move methods to platform interface
EduardDumitrescu e8fdc96
export element appearance
EduardDumitrescu 4cef409
expose locale
EduardDumitrescu 95b0dc1
expose billing info
EduardDumitrescu df5d2f0
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
EduardDumitrescu 8514e41
add update locale for android
EduardDumitrescu 7129309
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe
e8de3e7
add changelogs
272c61a
refactor to fix payment request no such method on web release
37e7f81
expose available mobile pay
a5501b4
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
3457442
cleanup after interop merge
41cc5dd
resolve compilation errors
65e7aa5
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
999e320
fix merge errors
2ac8be2
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
232af88
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
8b85bde
fix build error after merge
05367ef
remove unused import on elements_submit.dart
ea03ab0
remove unused import on create_payment_method_with_elements.dart
0990bf1
expose wallets models
0221611
add default value to payment method
4afe17a
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
62cd8a3
fix init payment sheet error
f483011
Merge branch 'main' into web_deffered_payment
ciprig d939152
remove versioning
85eca7c
Merge remote-tracking branch 'origin/web_deffered_payment' into web_d…
f2c0ae7
different constructors for payment element widget
b8fef25
use existing create payment method
896c2c6
remove runtime type from toJson
7f348bc
remove runtime type in payment method
c96ce65
Merge branch 'main' of https://github.com/flutter-stripe/flutter_stri…
a959ad4
generate files after merge
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
45 changes: 25 additions & 20 deletions
45
packages/stripe_js/lib/src/api/payment_intents/confirm_payment_options.freezed.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
packages/stripe_js/lib/src/api/payment_intents/confirm_payment_options.g.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
Nit: let's add a doc here