mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
Fix amazon settlement period and other updates
This commit is contained in:
@@ -19,7 +19,7 @@ namespace bnhtrade.Core.Test
|
||||
}
|
||||
private void AmazonSettlement()
|
||||
{
|
||||
var instance = new Core.Logic.Export.AmazonSettlementData(sqlConnectionString);
|
||||
var instance = new Core.Logic.Export.AmazonSettlement(sqlConnectionString);
|
||||
instance.ToInvoice();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user