diff --git a/r2/r2/lib/authorize/api.py b/r2/r2/lib/authorize/api.py index f870d0eca..2fa8b4a70 100644 --- a/r2/r2/lib/authorize/api.py +++ b/r2/r2/lib/authorize/api.py @@ -278,7 +278,7 @@ class AuthorizeNetRequest(SimpleXMLObject): def process_error(self, res): - msg = "Response %r from request %r" % (res, self.toXML()) + msg = "Response %r" % res raise AuthorizeNetException(msg) _autoclose_re = re.compile("<([^/]+)/>")