- Timestamp:
- 9 Aug 2017, 11:00:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/webservices.py
r14785 r14786 69 69 if real_ip: 70 70 self.context.logger.info( 71 'PaymentNotificationListenerWebservice called :%s' % real_ip)71 'PaymentNotificationListenerWebservice called from %s' % real_ip) 72 72 if real_ip and self.ACCEPTED_IP: 73 73 if real_ip not in self.ACCEPTED_IP: … … 76 76 resp = self.request.bodyStream.read() 77 77 self.context.logger.info( 78 'PaymentNotificationListenerWebservice called: %s' % resp)78 'PaymentNotificationListenerWebservice response: %s' % resp) 79 79 try: 80 80 parsed_json = json.loads(resp)
Note: See TracChangeset for help on using the changeset viewer.