mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 15:03:12 +00:00
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" ||
|
||||
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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user