$tender_param = json_encode(array("tender"=> array("visible"=> true,"editable"=> false,"id"=> $tendID,"label"=> "New TenderABC","opensCashDrawer"=> false,"supportsTipping"=> true,"enabled"=> true) ));and in response it is giving me
"editable":true,
I'm not too sure about that one. I suspect only "out of the box" tenders are set to editable=false, any user created will be editable. That being said, I've just checked our system and one of our custom tenders seems to be set editable=false. Clover will have to confirm what/why.
2 People are following this question.