Skip to content

Commit 36622e6

Browse files
authored
Update netlicensing.cc
1 parent d297f77 commit 36622e6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/netlicensing.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ namespace netlicensing {
219219

220220
/**
221221
* Validates active licenses of the licensee. See NetLicensingAPI for details:
222-
* https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
222+
* https://netlicensing.io/wiki/licensee-services#validate-licensee
223223
*/
224224
ValidationResult LicenseeService::validate(Context& ctx,
225225
const std::string& licenseeNumber,
@@ -252,8 +252,9 @@ namespace netlicensing {
252252
}
253253

254254
/**
255-
* Validates active licenses of the licensee. See NetLicensingAPI for details:
256-
* https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
255+
* Validates active licenses of the licensee.
256+
* In the case of multiple product modules validation, required parameters indexes will be added automatically.
257+
* See NetLicensingAPI for details: https://netlicensing.io/wiki/licensee-services#validate-licensee
257258
*/
258259
ValidationResult LicenseeService::validate(Context& ctx,
259260
const std::string& licenseeNumber,

0 commit comments

Comments
 (0)