-
Notifications
You must be signed in to change notification settings - Fork 942
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
Save payment card #1138
Merged
Merged
Save payment card #1138
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
Gnito
changed the title
Shared duck file: paymentMethods.duck.js
Base branch: save-credit-card
Jul 23, 2019
OtterleyW
force-pushed
the
save-credit-card
branch
from
August 19, 2019 13:45
0c738df
to
fae77b3
Compare
Gnito
force-pushed
the
save-credit-card
branch
from
August 20, 2019 13:53
6bc12ed
to
fae77b3
Compare
OtterleyW
force-pushed
the
save-credit-card
branch
from
August 21, 2019 13:22
88798ae
to
496e809
Compare
OtterleyW
force-pushed
the
save-credit-card
branch
3 times, most recently
from
August 21, 2019 14:23
36fe0a7
to
a9d294a
Compare
Gnito
force-pushed
the
save-credit-card
branch
2 times, most recently
from
August 22, 2019 11:40
ba1abe5
to
4477a9b
Compare
It merges old and new relationships.
OtterleyW
force-pushed
the
save-credit-card
branch
2 times, most recently
from
August 22, 2019 12:13
ec7078c
to
a1e992e
Compare
OtterleyW
force-pushed
the
save-credit-card
branch
from
August 22, 2019 12:45
a1e992e
to
95e5f36
Compare
OtterleyW
force-pushed
the
save-credit-card
branch
from
August 22, 2019 13:42
e024bde
to
ac1559b
Compare
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.
[add] Saving payment card after payment or without initial payment. This release contains quite a
lot changes to many files. This includes:
CheckoutPage
for showing the saved payment methodhandlePaymentIntent
flow onCheckoutPage
if the user decides to save thepayment card
TransactionPage
if saving the payment method has failedSetupIntents
handleCardSetup
function tostripe.duck.js
paymentMethods.duck.js
for handling saving, deleting and replacing thepayment method
PaymentMethodsPage
in user's account settingsStripePaymenAddress
used inStripePaymentForm
is now a separate component used also in newPaymentMethodsForm
LayoutWrapperAccountSettingsSideNav
component which is used in account settings pages:ContactDetailsPage
,PasswordChangePage
,PayoutPreferencesPage
,PaymentMethodsPage