.
This commit is contained in:
@@ -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