diff --git a/authorizenet/apicontrollersbase.py b/authorizenet/apicontrollersbase.py index a9d8d91..c2fac15 100644 --- a/authorizenet/apicontrollersbase.py +++ b/authorizenet/apicontrollersbase.py @@ -146,7 +146,7 @@ def execute(self): if self._response.messages.resultCode == "Error": print "Response error" - domResponse = xml.dom.minidom.parseString(self._httpResponse) + domResponse = xml.dom.minidom.parseString(self._httpResponse.encode('utf-8') logging.debug('Received response: %s' % domResponse.toprettyxml()) else: #Need to handle ErrorResponse pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy