Skip to content

Commit 5beb7c7

Browse files
authored
Merge pull request #9 from stof/fix_constant
Fix the value of the constant for the FAR_EAST region
2 parents c6231bf + 31e47c3 commit 5beb7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Region.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class Region
66
{
77
public const EUROPE_AND_ASIA = 'eu';
88
public const EUROPE_AND_ASIA_SANDBOX = 'eu-sandbox';
9-
public const FAR_EAST = 'fr';
9+
public const FAR_EAST = 'fe';
1010
public const FAR_EAST_SANDBOX = 'fe-sandbox';
1111
public const NORTH_AMERICA = 'na';
1212
public const NORTH_AMERICA_SANDBOX = 'na-sandbox';

0 commit comments

Comments
 (0)