Basic implementation of updating which shop is active.
This commit is contained in:
@@ -79,8 +79,6 @@ namespace BodyshopUploader.Utils
|
||||
|
||||
private static void DecodeQueueItemJob(DTO_QueueItem item)
|
||||
{
|
||||
//Process the job.
|
||||
logger.Info("Should process the job here. {0}", item.FilePath);
|
||||
item.Job = Utils.Decoder.EstimateDecoder.CIECAEstimateImport.DecodeEstimate(item.FilePath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user