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 }; }