Skip to content

Commit

Permalink
Merge pull request #1034 from sharetribe/improve-german-translations
Browse files Browse the repository at this point in the history
Improve german translations
  • Loading branch information
Gnito authored Feb 25, 2019
2 parents d3fc130 + 0a6fa6e commit 0c2b5e7
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 80 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2019-XX-XX

- [change] Improve German translations.
[#1034](https://github.com/sharetribe/flex-template-web/pull/1034)
- [change] Reordered import/exports on src/components/index.js. This helps to mitigate possible
circular dependency problems and strange bugs in CSS bundle. In addition, derivative buttons were
refactored to work with `rootClassName` prop (PrimaryButton, SecondaryButton and
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ 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 there might be problems saving the payout details in FTW (22.2.2019)

We found out that Stripe has updated their API 19.2.2019 and after that, the `legal_entity` parameter used in creating stripe account has been broken into 3 dictionaries of `individual`, `company` and `business_type` (https://stripe.com/docs/upgrades#api-changelog). Legal entity is passed to Stripe in function `createStripeAccount` in `user.duck.js'`` file and it's used for avaing the user's payout details. Because of the issue, saving the payout details is not currently working in FTW. We will continue investigating the issue on Monday 25.2.2019.
We found out that Stripe has updated their API 19.2.2019 and after that, the `legal_entity`
parameter used in creating stripe account has been broken into 3 dictionaries of `individual`,
`company` and `business_type` (https://stripe.com/docs/upgrades#api-changelog). Legal entity is
passed to Stripe in function `createStripeAccount` in `user.duck.js'`` file and it's used for avaing
the user's payout details. Because of the issue, saving the payout details is not currently working
in FTW. We will continue investigating the issue on Monday 25.2.2019.

You can also follow along the
[Getting started with FTW](https://www.sharetribe.com/docs/tutorials/getting-started-with-ftw/)
Expand Down
Loading

0 comments on commit 0c2b5e7

Please sign in to comment.