mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-05-18 19:48:23 +00:00
moving code our of program file
This commit is contained in:
@@ -56,7 +56,7 @@ namespace bnhtrade.Core.Data.Amazon.ProductFee
|
||||
if (result.Error.Type != null)
|
||||
{ sb.AppendLine("Type: " + result.Error.Type); }
|
||||
|
||||
MiscFunction.EventLogInsert("Error running GetProductEstimateFee for ASIN:" + asin + ", further details attached.", 1, sb.ToString());
|
||||
new Logic.Log.LogEvent().EventLogInsert("Error running GetProductEstimateFee for ASIN:" + asin + ", further details attached.", 1, sb.ToString());
|
||||
throw new Exception("ProductFeeEstimate error, check logs for further details");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user