mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Make marketplace currency configurable
This commit is contained in:
parent
1a80ca3ebc
commit
2e98414b40
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const sdkBaseUrl = process.env.REACT_APP_SHARETRIBE_SDK_BASE_URL || 'http://loca
|
|||
// E.g. 1099¢ / subUnitDivisor = $10.99
|
||||
const currencyConfig = {
|
||||
style: 'currency',
|
||||
currency: 'USD',
|
||||
currency: process.env.REACT_APP_SHARETRIBE_MARKETPLACE_CURRENCY || 'USD',
|
||||
currencyDisplay: 'symbol',
|
||||
useGrouping: true,
|
||||
minimumFractionDigits: 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue