diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-13 20:04:21 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-13 20:04:21 +0300 |
commit | d020b5d452b85becd77b1d1a76e01751c8aa2f05 (patch) | |
tree | c7863ee983fec074aad6793d000809428ab93d69 /gsxws/repairs.py | |
parent | 4ebc7f7eae508fcf5a3031e1eeadba4183589136 (diff) | |
download | py-gsxws-d020b5d452b85becd77b1d1a76e01751c8aa2f05.tar.gz py-gsxws-d020b5d452b85becd77b1d1a76e01751c8aa2f05.tar.bz2 py-gsxws-d020b5d452b85becd77b1d1a76e01751c8aa2f05.zip |
Fix bool type check in GsxObject
Diffstat (limited to 'gsxws/repairs.py')
-rw-r--r-- | gsxws/repairs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py index 5ba0861..4d0d1f5 100644 --- a/gsxws/repairs.py +++ b/gsxws/repairs.py @@ -181,7 +181,8 @@ class CarryInRepair(Repair): GSX validates the information and if all of the validations go through, it obtains a quote for the repair and creates the carry-in repair - >>> CarryInRepair(customerAddress=Customer(firstName='Filipp'))._data + >>> CarryInRepair(requestReviewByApple=True).requestReviewByApple + 'Y' """ _namespace = "emea:" |