-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 }]
My bill validator model: MSM-QA1112
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working