Skip to content

v4.3.0

Compare
Choose a tag to compare
@OtterleyW OtterleyW released this 16 Mar 08:43
· 1059 commits to master since this release
e21204a

v4.3.0 Changes

  • [change] Redirect user back to Stripe during Connect Onboarding Flow when user is returned to
    failure URL provided that the Account Link generation is successful.
    #1269
  • [fix] Don't flash listing closed text on mobile view of BookingPanel when the listing data is
    not loaded yet. Instead, check that text is shown only for closed listings.
    #1268
  • [change] Use some default values to improve Stripe Connect onboarding. When creating a new Stripe
    the account we will pass the account type, business URL and MCC to Stripe in order to avoid a
    couple of steps in Connect Onboarding. We will also pass tos_shown_and_accepted flag. This PR
    will bring back the previously used accountToken which is now used for passing e.g. the account
    type to Stripe. #1267
  • [change] Update Modal component to have option to use Portal with usePortal flag. Keep also
    possibility to use modals without Portal because of ModalInMobile component.
    #1258