Skip to content

Commit b8fdb09

Browse files
committed
fix for #348
1 parent 6dcf105 commit b8fdb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/Utils/Country.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private Country(string code, string name, string domain, string sellercentralUrl
4141

4242

4343

44-
public static Country SG { get { return new Country("SG", "Singapore", "sg", " https://sellercentral.amazon.sg", "https://vendorcentral.amazon.com.sg"); } }
44+
public static Country SG { get { return new Country("SG", "Singapore", "sg", "https://sellercentral.amazon.sg", "https://vendorcentral.amazon.com.sg"); } }
4545
public static Country AU { get { return new Country("AU", "Australia", "com.au", "https://sellercentral.amazon.com.au", "https://vendorcentral.amazon.com.au"); } }
4646
public static Country JP { get { return new Country("JP", "Japan", "co.jp", "https://sellercentral.amazon.co.jp", "https://vendorcentral.amazon.co.jp"); } }
4747

0 commit comments

Comments
 (0)