v6.3.0
v6.3.0 Changes
This is an update from upstream: v4.3.0
- [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 passtos_shown_and_accepted
flag. This PR
will bring back the previously usedaccountToken
which is now used for passing e.g. the account type to Stripe. #1267 - [change] Update
Modal
component to have option to usePortal
withusePortal
flag. Keep also
possibility to use modals without Portal because ofModalInMobile
component.
#1258