Skip to content

Commit

Permalink
Merge pull request #1579 from sharetribe/use-NOK-for-Norway
Browse files Browse the repository at this point in the history
Update legacy setup: Norway should use NOK
  • Loading branch information
Gnito authored Feb 2, 2023
2 parents 0118145 + f0ef592 commit 4f6b362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 2022-XX-XX

- [change] Norway's stripe config should use NOK not EUR.
[#1579](https://github.com/sharetribe/ftw-daily/pull/1579)
- [delete] Update README.md after changes in [#1555].
[#1569](https://github.com/sharetribe/ftw-daily/pull/1569)
- [change] Added some dependabot updates earlier: passport-0.6.0, loader-utils-2.0.4,
Expand Down
2 changes: 1 addition & 1 deletion src/stripe-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const stripeCountryDetails = [
{
// Norway
code: 'NO',
currency: 'EUR',
currency: 'NOK',
accountConfig: {
iban: true,
},
Expand Down

0 comments on commit 4f6b362

Please sign in to comment.