I tried to connect cashcode bill validator using ccnet protocol implemented in node js. I tried to enable billTypes it's showing any error. When I tried to print the BillTypes it's showing enabled as false.
[ { amount: 1, code: 'QAT', enabled: false, security: false },
{ amount: 5, code: 'QAT', enabled: false, security: false },
{ amount: 10, code: 'QAT', enabled: false, security: false },
{ amount: 50, code: 'QAT', enabled: false, security: false },
{ amount: 100, code: 'QAT', enabled: false, security: false },
{ amount: 500, code: 'QAT', enabled: false, security: false }]
I tried to connect cashcode bill validator using ccnet protocol implemented in node js. I tried to enable
billTypesit's showing any error. When I tried to print theBillTypesit's showingenabledasfalse.My bill validator model: MSM-QA1112