Have to transform boolean into string.

This commit is contained in:
Roland Hedberg
2014-03-19 15:21:58 +01:00
parent 8f1dda7ffe
commit 06b712bf7a

View File

@@ -380,7 +380,7 @@ class Entity(HTTPBase):
req.destination = destination
if consent:
req.consent = consent
req.consent = "true"
if extensions:
req.extensions = extensions