Skip to content

Commit 8c24824

Browse files
committed
merge main
1 parent b1f8c8a commit 8c24824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/Services/MessagingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public async Task<GetMessagingActionsForOrderResponse> GetMessagingActionsForOrd
2020
List<KeyValuePair<string, string>> queryParameters = new List<KeyValuePair<string, string>>();
2121
queryParameters.Add(new KeyValuePair<string, string>("marketplaceIds", AmazonCredential.MarketPlace.ID));
2222

23-
await CreateAuthorizedRequestAsync(MessaginApiUrls.GetMessagingActionsForOrder(amazonOrderId, AmazonCredential.MarketPlace.ID), RestSharp.Method.Get, queryParameters);
23+
await CreateAuthorizedRequestAsync(MessaginApiUrls.GetMessagingActionsForOrder(amazonOrderId), RestSharp.Method.Get, queryParameters);
2424

2525
var response = await ExecuteRequestAsync<GetMessagingActionsForOrderResponse>(RateLimitType.Messaging_GetMessagingActionsForOrder);
2626

0 commit comments

Comments
 (0)