Cupara
Well-known member
As I have setup a cron to run every hour and every 24 hours, the tests I have conducted shows that license_token is returned but domain, domain_match, and is_valid remain as undefined index. Reproducing the task just requires decoding the returned data and using the following:
PHP:
if ($data['domain_match'] AND $data['is_valid'])
{
// Run this query
}