Skip to content

Commit f2078c2

Browse files
committed
fix CurrencyCode
1 parent 9ddaf53 commit f2078c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/FikaAmazonAPI/Utils/MarketPlace.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ private MarketPlace(string id, Region region, Country country, BaseCurrencyCode
1818
ID = id;
1919
Region = region;
2020
Country = country;
21+
CurrencyCode = currencyCode;
2122
}
2223

2324
public static MarketPlace GetMarketPlaceByID(string id)

0 commit comments

Comments
 (0)