Changeset 10070
- Timestamp:
- 9 Apr 2013, 15:36:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r10069 r10070 18 18 from datetime import datetime 19 19 import httplib 20 import urllib 20 21 import urllib2 21 22 from xml.dom.minidom import parseString … … 129 130 #postdict['RESPONSE_URL'] = 'http://dummy' 130 131 postdict['CONFIRMATION_NO'] = confirmation_number 131 data = urllib 2.urlencode(postdict)132 data = urllib.urlencode(postdict) 132 133 payment.conf_number = confirmation_number 133 134 try:
Note: See TracChangeset for help on using the changeset viewer.