File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ module.exports = class Key {
7474 reject ( new Error ( body . message ) ) ;
7575 } else {
7676 if ( helpers . VerifySignature ( body , rsaPubKey ) ) {
77- const license = JSON . parse ( Buffer . from ( helpers . GetValueCaseInsensitive ( res , "licenseKey" ) , "base64" ) . toString ( "utf-8" ) ) ;
77+ const license = JSON . parse ( Buffer . from ( helpers . GetValueCaseInsensitive ( body , "licenseKey" ) , "base64" ) . toString ( "utf-8" ) ) ;
7878 license . RawResponse = body ;
7979 resolve ( license ) ;
8080 } else {
Original file line number Diff line number Diff line change 11{
22 "name" : " cryptolens" ,
3- "version" : " 1.0.14" ,
3+ "version" : " 1.0.14.2 " ,
44 "description" : " Client API for NodeJS to access Cryptolens Software Licensing API." ,
55 "main" : " main.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments