Ghost/ghost/admin/app/components/gh-launch-wizard
Rishabh 740a304bf0 Handled product save failure on Stripe connect
refs https://github.com/TryGhost/Team/issues/704

We try and create new default prices soon after Stripe Connect is completed, but it might take couple of seconds for backend to have Stripe config ready and in the meanwhile saving a product with new prices will fail with 409 Conflict error as it will be unable to create prices on Stripe. This change allows re-attempting saving a product with new prices soon after connect in case of a STRIPE_NOT_CONFIGURED error so that the default prices can be created properly.
2021-05-24 18:29:13 +05:30
..
connect-stripe.hbs Added default price creation on launch wizard 2021-05-20 21:23:38 +05:30
connect-stripe.js Handled product save failure on Stripe connect 2021-05-24 18:29:13 +05:30
customise-design.hbs Standardised brand settings form behaviour 2021-03-02 17:10:43 +00:00
customise-design.js Added validation to not allow empty accent color (#1863) 2021-03-09 23:55:06 +05:30
finalise.hbs Fixed empty scrollbars in portal and branding/install theme/customise email modals 2021-03-01 14:42:47 +01:00
finalise.js Updated pricing setup on launch wizard 2021-05-20 17:01:12 +05:30
set-pricing.hbs Updated pricing setup on launch wizard 2021-05-20 17:01:12 +05:30
set-pricing.js Updated pricing setup on launch wizard 2021-05-20 17:01:12 +05:30