From d020b5d452b85becd77b1d1a76e01751c8aa2f05 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 13 May 2013 20:04:21 +0300 Subject: Fix bool type check in GsxObject --- gsxws/repairs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gsxws/repairs.py') 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:" -- cgit v1.2.3