This commit is contained in:
2020-06-12 19:45:53 +00:00
parent 973af860bc
commit 96f0dcc101

View File

@@ -454,9 +454,9 @@ namespace AyaNova.Core
var res = await client.PostAsync(sUrl, content);
if (res.IsSuccessStatusCode)
{
return "ok";
return "Accepted";
}
else return $"E1020 - Error requesting trial license key: \"{res.ReasonPhrase}\"";
else return $"E1020 - Error requesting trial license key: {res.ReasonPhrase}";
}
catch (Exception ex)
{