Changeset 13601 for main/kofacustom.nigeria
- Timestamp:
- 12 Jan 2016, 10:54:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py
r13585 r13601 95 95 def query_interswitch_SOAP(payment, product_id, host, url, https, verify): 96 96 sr = get_SOAP_response(product_id, payment.p_id, host, url, https) 97 log = 'invalid callback for payment %s: %s' % (payment.p_id, str(jr))98 97 if sr.startswith('Connection error'): 99 98 msg = _('Connection error')
Note: See TracChangeset for help on using the changeset viewer.