mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Add documentation
This commit is contained in:
parent
a238265e94
commit
03d2c93d5a
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ const sdkBaseUrl = process.env.REACT_APP_SHARETRIBE_SDK_BASE_URL || 'http://loca
|
|||
|
||||
const currency = process.env.REACT_APP_SHARETRIBE_MARKETPLACE_CURRENCY || 'USD';
|
||||
|
||||
// Currency formatting options.
|
||||
// See: https://github.com/yahoo/react-intl/wiki/API#formatnumber
|
||||
//
|
||||
// TODO: Remove this and hide formating within the util/currency module
|
||||
const currencyConfig = {
|
||||
style: 'currency',
|
||||
currency,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue