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
The other I note in the format by writing in the field example "domain.ert" fictitious name. There is no validation and a fatal error is thrown when calling:
$license = LicenseService::addLicense($product, 'example.com', $user->id);
Please check or add the validity that it is an invalid domain name.
Best regards!
Hi,
My domain is domain.com! I tested with domain.com, WORKS!
I test with subdomain.domain.com and enable subdomain in config.
After license verification:
object(stdClass)#165 (2) { ["status"]=> bool(false) ["message"]=> string(38) "Invalid license key or license source." }
Please help me!
Best regards!
The text was updated successfully, but these errors were encountered: