Commit 5d678412 by Solo Group

auto-push

1 parent cb665c86
...@@ -140,7 +140,7 @@ class Vendor(VendorClass): ...@@ -140,7 +140,7 @@ class Vendor(VendorClass):
try: try:
result = json.loads(resp.text) result = json.loads(resp.text)
except: except:
result = resp.text result = resp and resp.text or ""
self.response = result self.response = result
log.info("ODEO Payment Response: %s" % self.response) log.info("ODEO Payment Response: %s" % self.response)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!