- Timestamp:
- 2 Nov 2012, 10:50:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py
r9327 r9508 45 45 46 46 def update(self, PAYEE_ID=None): 47 if PAYEE_ID == None: 48 self.output = '-1' 49 return 47 50 real_ip = self.request.get('HTTP_X_FORWARDED_FOR', None) 48 51 # We can forego the logging once eTranzact payments run smoothly … … 60 63 # RFC 2616 HTTP guidelines we may try to fetch the id from the QUERY_STRING 61 64 # value of the request. 62 63 65 #if PAYEE_ID is None: 64 66 # try:
Note: See TracChangeset for help on using the changeset viewer.