Fixed notification + added saving of active shop id.

This commit is contained in:
Patrick Fic
2020-01-21 09:28:04 -08:00
parent f2d5c07c52
commit 99cf3efaf1
5 changed files with 195 additions and 47 deletions

View File

@@ -34,7 +34,8 @@ namespace BodyshopUploader.Utils
else
{
logger.Error("Error executing query.");
Array.ForEach(graphQLResponse.Errors, x => logger.Error(x.ToString()));
Array.ForEach(graphQLResponse.Errors, x => logger.Error(x.Message));
logger.Error("---------------------");
return null;
}
}