v3.3.0
v3.3.0 Changes
-
[add] Saving payment card after payment or without initial payment. This release contains quite a
lot changes to many files. This includes:- UI changes to
CheckoutPage
for showing the saved payment method - One more step to
handlePaymentIntent
flow onCheckoutPage
if the user decides to save the
payment card - Showing error notification on
TransactionPage
if saving the payment method has failed - Use Flex SDK v1.5.0 which has new endpoints for creating Stripe Customer and using Stripe
SetupIntents - Add
handleCardSetup
function tostripe.duck.js
- New shared duck file
paymentMethods.duck.js
for handling saving, deleting and replacing the
payment method - New page
PaymentMethodsPage
in user's account settings StripePaymenAddress
used inStripePaymentForm
is now a separate component used also in new
PaymentMethodsForm
- New
LayoutWrapperAccountSettingsSideNav
component which is used in account settings pages:
ContactDetailsPage
,PasswordChangePage
,PayoutPreferencesPage
,PaymentMethodsPage
- UI changes to
Read more from Flex docs: How saving payment card works in FTW