You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling activateLicense(...) can in a valid error response, for example if the activation limit has been reached. The data in this error response is essential for certain workflows. As it stands the response is unable to be decoded and results in a LemonSqueezyAPIError which only retains the String? error message.
The ActivateLicense data type should support decoding of a partial response. An example of the "error" response is linked below.