Added couple of lines to fix problems updating boolean values, particularly, is_hidden flag.
Being a subtype of int, booleans are treated as integers in composing.py causing at least product endpoints to silently ignore it.
Would be nice to see this fix in pypl distribution.
Added couple of lines to fix problems updating boolean values, particularly, is_hidden flag. Being a subtype of int, booleans are treated as integers in composing.py causing at least product endpoints to silently ignore it. Would be nice to see this fix in pypl distribution.