Skip to content

Commit 1febc0e

Browse files
authored
set USER_DEFAULT_CURRENCY env
1 parent 0a546de commit 1febc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/config/currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'default' => 'USD',
16+
'default' => env("USER_DEFAULT_CURRENCY", 'USD'),
1717

1818
/*
1919
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)