From 44bc4647f9000831b4d513d5da8a1ce4c3a0ff74 Mon Sep 17 00:00:00 2001 From: Tom Raterman Date: Mon, 13 Apr 2020 11:45:53 -0400 Subject: [PATCH] . --- PartSource.Automation/Jobs/TestJob.cs | 2 +- PartSource.Automation/Jobs/UpdatePricing.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PartSource.Automation/Jobs/TestJob.cs b/PartSource.Automation/Jobs/TestJob.cs index 6c83085..3da7984 100644 --- a/PartSource.Automation/Jobs/TestJob.cs +++ b/PartSource.Automation/Jobs/TestJob.cs @@ -13,7 +13,7 @@ namespace PartSource.Automation.Jobs { return new AutomationJobResult { - Message = "Test job ran successfully", + Message = "Test job ran successfully from the new server", IsSuccess = true }; } diff --git a/PartSource.Automation/Jobs/UpdatePricing.cs b/PartSource.Automation/Jobs/UpdatePricing.cs index b51870a..0223b03 100644 --- a/PartSource.Automation/Jobs/UpdatePricing.cs +++ b/PartSource.Automation/Jobs/UpdatePricing.cs @@ -89,7 +89,7 @@ namespace PartSource.Automation.Jobs return new AutomationJobResult { - Message = $"Failed to get the next set of products from Shopify. {updateCount} products were able to be updated.", + Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated. {", IsSuccess = false }; }