Skip to content

Commit 31e47c3

Browse files
committed
Fix the value of the constant for the FAR_EAST region
1 parent b0b4b9a commit 31e47c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Region.php

Lines changed: 1 addition & 1 deletion
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)