Adding new products

Hello,

I wonder if you could help me with this error ?

The activation of the product “13” works just perfect, I validated the json file on https://jsonlint.com/ and it is valid.

xls 5




It looks like your JSON may be syntax valid, but there is a } problem with the products branch. Can you please check? Or post it as a file so that we can work on it?

I checked it but I am not sure how the products branch could be right.

This is the version I posted :

{
“products”:{
“13”:{
“title”:“WORKBOOK 1”,
“xlspadlockprivatekey”:"{34195UBE-4BA6-4EB6-81DC-56C1244C0A6F}",
“xlspadlockmasterkey”:“536CE91466B56B395D70BD81E”,
“variations”:{
“0”:{
“usehardwarelocking”:1,
“maxactivperorder”:2,
“keymaxdays”:180,
“shownagscreen”:0
}
}
}
},
“41”:{
“title”:“WORKBOOK 2”,
“xlspadlockprivatekey”:"{01DF4574-1D1D-4466-8454-4603A02A5B4D}",
“xlspadlockmasterkey”:“F958791A8AACF148B97755437”,
“variations”:{
“0”:{
“usehardwarelocking”:1,
“maxactivperorder”:2,
“keymaxdays”:180,
“shownagscreen”:0
}
}
},
“42”:{
“title”:“WORKBOOK 3”,
“xlspadlockprivatekey”:"{1A82044A-6D83-4D40-80F0-BFFD7D6ESE47}",
“xlspadlockmasterkey”:“270FC4949BBFD3056759F1330”,
“variations”:{
“0”:{
“usehardwarelocking”:1,
“maxactivperorder”:2,
“keymaxdays”:180,
“shownagscreen”:0
}
}
}
}

FIXED !!! Now it works with three prodcuts

1 Like