aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/repairs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gsxws/repairs.py')
-rw-r--r--gsxws/repairs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsxws/repairs.py b/gsxws/repairs.py
index 15186a7..52945b7 100644
--- a/gsxws/repairs.py
+++ b/gsxws/repairs.py
@@ -54,9 +54,9 @@ class SymptomIssue(GsxObject):
_namespace = "asp:"
def fetch(self):
- self._submit("requestData", "ReportedSymptomIssue",
+ self._submit("requestData", "ReportedSymptomIssueRequest",
"ReportedSymptomIssueResponse")
- return self._req.objects
+ return self._req.objects.reportedSymptomIssueResponse
class Customer(GsxObject):