• Resolved itsleszek

    (@itsleszek)


    Hello,
    tries to deactivate the license key via API. Unfortunately, non-working gets the answer:

    "success": true,
        "date": {
            "id": 19,
            "orderId": null,
            "productId": null,
            "userId": null,
            "licenseKey": "xxxxx",
            "expiresAt": null,
            "validFor": 0,
            "source": 1,
            "status": 3,
            "timesActivated": null,
            "timesActivatedMax": 0,
            "createdAt": "2021-01-22 12:19:05",
            "createdBy": 1,
            "updatedAt": null,
            "updatedBy": null
        }
    }

    I gets the same answer after calling the validate method

    Please help.

    • This topic was modified 5 years, 4 months ago by itsleszek.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter itsleszek

    (@itsleszek)

    Activate not change TimesActivated 🙁

    Hello @itsleszek

    Thank you for your message and for using my plugin.

    You are getting this error because timesActivatedMax, the number of maximum activations possible, is zero.

    Please update this value when editing the license key and try again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘API licenses/deactivate/ not work’ is closed to new replies.