.
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user