Commit ef67d0e3 by lizefeng

fix

parent 39f30caa
...@@ -815,6 +815,8 @@ namespace AutoTurnOver.Services ...@@ -815,6 +815,8 @@ namespace AutoTurnOver.Services
case "USD":return "Amazon.com"; case "USD":return "Amazon.com";
case "SEK": return "Amazon.se"; case "SEK": return "Amazon.se";
case "GBP": return "Amazon.co.uk"; case "GBP": return "Amazon.co.uk";
case "MAX": return "Amazon.com.mx";
case "CAD": return "Amazon.ca";
default:return ""; default:return "";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment