Skip to content

Commit 283db9f

Browse files
committed
change licenseeName attribute according to the API v2.1.0
1 parent ae0a1f8 commit 283db9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetLicensingClient/netlicensing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function validate($productNumber, $licenseeNumber, $licenseeName = '')
4343
}
4444
$params = array(
4545
'productNumber' => $productNumber,
46-
'name' => $licenseeName,
46+
'licenseeName' => $licenseeName,
4747
);
4848
$url = self::NLIC_BASE_URL . '/licensee/' . $licenseeNumber . '/validate';
4949

0 commit comments

Comments
 (0)