We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0a1f8 commit 283db9fCopy full SHA for 283db9f
1 file changed
NetLicensingClient/netlicensing.php
@@ -43,7 +43,7 @@ function validate($productNumber, $licenseeNumber, $licenseeName = '')
43
}
44
$params = array(
45
'productNumber' => $productNumber,
46
- 'name' => $licenseeName,
+ 'licenseeName' => $licenseeName,
47
);
48
$url = self::NLIC_BASE_URL . '/licensee/' . $licenseeNumber . '/validate';
49
0 commit comments