Skip to content

Commit 4b707e1

Browse files
committed
fix Japan domain
1 parent ce4576c commit 4b707e1

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
@@ -46,7 +46,7 @@ private Country(string code, string name,string domain, string sellercentralUrl,
4646

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

5151

5252

0 commit comments

Comments
 (0)