Skip to content

Commit d8d60ea

Browse files
committed
change name
1 parent 93b7386 commit d8d60ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static async Task Main(string[] args)
4444
ItemCondition = ItemCondition.New,
4545
});
4646

47-
var obb = amazonConnection.ProductPricing.LastResponseHeader;
47+
var Headers = amazonConnection.ProductPricing.LastResponseHeader;
4848

4949
//use this method automatically know if the report are RDT or not
5050
var data2222 = amazonConnection.Reports.CreateReportAndDownloadFile(ReportTypes.GET_FLAT_FILE_ACTIONABLE_ORDER_DATA_SHIPPING, DateTime.UtcNow.AddDays(-2), DateTime.UtcNow, null);

0 commit comments

Comments
 (0)