Have to transform boolean into string.
This commit is contained in:
@@ -380,7 +380,7 @@ class Entity(HTTPBase):
|
|||||||
req.destination = destination
|
req.destination = destination
|
||||||
|
|
||||||
if consent:
|
if consent:
|
||||||
req.consent = consent
|
req.consent = "true"
|
||||||
|
|
||||||
if extensions:
|
if extensions:
|
||||||
req.extensions = extensions
|
req.extensions = extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user