From d56ea31ea756bf1ff693693bbed54280c036ecb9 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Thu, 7 Mar 2019 14:11:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ README.md | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0ff3e8..02668b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [Fix] Add error handling to `PayoutDetailsForm` and `StripePaymentForm` in case Stripe publishable + key is not configured yet. [#1042](https://github.com/sharetribe/flex-template-web/pull/1042) - [fix] FieldBirthdayInput: placeholder text was not selected by default. [#1039](https://github.com/sharetribe/flex-template-web/pull/1039) diff --git a/README.md b/README.md index 219a5cf0..00e26b9c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,11 @@ yarn run config # add the mandato yarn run dev # start the dev server, this will open a browser in localhost:3000 ``` -### If you are using Stripe account created after 19th of February 2019 creating compan accounts is temporalily unavailable. -This is due the changes in Stripe API (https://stripe.com/docs/upgrades#api-changelog). Issues with individual accounts were fixed in release [2.12.0](https://github.com/sharetribe/flex-template-web/releases/tag/v2.12.0). +### If you are using Stripe account created after 19th of February 2019 creating compan accounts is temporalily unavailable. + +This is due the changes in Stripe API (https://stripe.com/docs/upgrades#api-changelog). Issues with +individual accounts were fixed in release +[2.12.0](https://github.com/sharetribe/flex-template-web/releases/tag/v2.12.0). You can also follow along the [Getting started with FTW](https://www.sharetribe.com/docs/tutorials/getting-started-with-ftw/)