Skip to content

Commit 48ac0f6

Browse files
authored
Merge pull request #15 from J-W-Chan/main
fixed error marketplace
2 parents 1a8a666 + 1b40704 commit 48ac0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/FikaAmazonAPI/Utils/MarketPlace.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ private MarketPlace(string id, Region region, Country country)
3333
public static MarketPlace Germany { get { return new MarketPlace("A1PA6795UKMFR9", Region.Europe, Country.DE); } }
3434
public static MarketPlace Italy { get { return new MarketPlace("APJ6JRA9NG5V4", Region.Europe, Country.IT); } }
3535
public static MarketPlace Sweden { get { return new MarketPlace("A2NODRKZP88ZB9", Region.Europe, Country.SE); } }
36-
public static MarketPlace Poland { get { return new MarketPlace("ARBP9OOSHTCHU", Region.Europe, Country.EG); } }
37-
public static MarketPlace Egypt { get { return new MarketPlace("A1C3SOZRARQ6R3", Region.Europe, Country.PL); } }
36+
public static MarketPlace Egypt { get { return new MarketPlace("ARBP9OOSHTCHU", Region.Europe, Country.EG); } }
37+
public static MarketPlace Poland { get { return new MarketPlace("A1C3SOZRARQ6R3", Region.Europe, Country.PL); } }
3838
public static MarketPlace Turkey { get { return new MarketPlace("A33AVAJ2PDY3EV", Region.Europe, Country.TR); } }
3939
public static MarketPlace UnitedArabEmirates { get { return new MarketPlace("A2VIGQ35RCS4UG", Region.Europe, Country.AE); } }
4040
public static MarketPlace India { get { return new MarketPlace("A21TJRUUN4KGV", Region.Europe, Country.IN); } }

0 commit comments

Comments
 (0)