Skip to content

Commit dee7ab6

Browse files
committed
Include USD in default
1 parent 80ab08e commit dee7ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class GeoIP
6868
'lon' => -72.92,
6969
'timezone' => 'America/New_York',
7070
'continent' => 'NA',
71-
'currency' => null,
71+
'currency' => 'USD',
7272
'default' => true,
7373
];
7474

0 commit comments

Comments
 (0)