Update PS reference, dev link, remove IO EVent, add token refresh before mix data.

This commit is contained in:
Patrick Fic
2022-06-28 16:23:10 -07:00
parent 4ec2bb82eb
commit 20804d4240
5 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ namespace BodyshopPartner.Utils
try
{
httpClient.PostAsync("https://api.imex.online/ioevent", content);
// httpClient.PostAsync("https://api.imex.online/ioevent", content);
}
catch (Exception ex)