aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/objectify.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/objectify.py')
-rw-r--r--gsxws/objectify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/objectify.py b/gsxws/objectify.py
index 96b7c6e..43d6426 100644
--- a/gsxws/objectify.py
+++ b/gsxws/objectify.py
@@ -48,7 +48,7 @@ def gsx_date(value):
def gsx_boolean(value):
- return value == 'Y'
+ return value == 'Y' or value == 'true'
class GsxPriceElement():