Skip to content

v3.3.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 22 Aug 14:03
· 1315 commits to master since this release
239914c

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 on CheckoutPage 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 to stripe.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 in StripePaymentForm is now a separate component used also in new
      PaymentMethodsForm
    • New LayoutWrapperAccountSettingsSideNav component which is used in account settings pages:
      ContactDetailsPage, PasswordChangePage, PayoutPreferencesPage, PaymentMethodsPage

Read more from Flex docs: How saving payment card works in FTW

#1138