Commit 5d678412 by Solo Group

auto-push

1 parent cb665c86
......@@ -140,7 +140,7 @@ class Vendor(VendorClass):
try:
result = json.loads(resp.text)
except:
result = resp.text
result = resp and resp.text or ""
self.response = result
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!