Skip to content

Commit 81dc4e3

Browse files
committed
remove key
1 parent 66b1a30 commit 81dc4e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ static async Task Main(string[] args)
3232
IsActiveLimitRate = true
3333
});
3434

35-
var sss = amazonConnection.Authorization.GetAuthorizationCode(new Parameter.Authorization.ParameterAuthorizationCode()
36-
{
37-
developerId = "673740111638",
38-
mwsAuthToken = "amzn.mws.f0b83c90-ac85-07fc-f35b-9b9021fcbcf3",
39-
sellingPartnerId = "A3J37AJU4O9RHK"
40-
});
35+
4136

4237
ReportManager reportManager2 = new ReportManager(amazonConnection);
4338
var products2 = await reportManager2.GetProductsAsync(); //GET_MERCHANT_LISTINGS_ALL_DATA

0 commit comments

Comments
 (0)