Commit c2bc2f59 authored by Sebastien Robin's avatar Sebastien Robin

add logs to clearly know what was sent to mobyt

git-svn-id: https://svn.erp5.org/repos/experimental@2091 bc57dcba-3610-0410-ab4f-dc20bb96b918
parent 7aa31a5b
......@@ -204,6 +204,7 @@ class MobytGateway(XMLObject):
LOG("MobytGateway", INFO, params)
result = {'status': "Test"}
else:
LOG('MobytGateway, sending to with params', 0, (base_url, params))
params = urllib.urlencode(params)
page = urllib.urlopen(base_url, params)
result = self._fetchSendResponseAsDict(page)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment