Adds missing error message check to marketplaceAccess
This commit is contained in:
parent
ec0f7a6790
commit
64ecf531bd
@ -56,7 +56,8 @@ namespace CodexPlugin
|
|||||||
|
|
||||||
if (response == "Purchasing not available" ||
|
if (response == "Purchasing not available" ||
|
||||||
response == "Expiry required" ||
|
response == "Expiry required" ||
|
||||||
response == "Expiry needs to be in future")
|
response == "Expiry needs to be in future" ||
|
||||||
|
response == "Expiry has to be before the request's end (now + duration)")
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException(response);
|
throw new InvalidOperationException(response);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user