Skip to content

Commit e5e0226

Browse files
author
KevinVenclovas
committed
trigger git
1 parent 95cb30b commit e5e0226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/FikaAmazonAPI/ReportGeneration/ReportManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ public async Task<List<OrderInvoicingReportRow>> GetOrderInvoicingDataAsync(Date
265265
}
266266
return list;
267267
}
268+
268269
private async Task<string> GetOrderInvoicingDataAsync(AmazonConnection amazonConnection, DateTime fromDate, DateTime toDate, List<MarketPlace> marketplaces = null)
269270
{
270271
var options = new AmazonSpApiSDK.Models.Reports.ReportOptions();

0 commit comments

Comments
 (0)