Changeset 13709 for main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Timestamp:
- 17 Feb 2016, 14:49:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/interswitch/helpers.py
r13602 r13709 100 100 return False, msg, log 101 101 wlist = sr.split(':') 102 if len(wlist) !=7:102 if len(wlist) < 7: 103 103 msg = _('Invalid callback: ${a}', mapping = {'a': sr}) 104 104 log = 'invalid callback for payment %s: %s' % (payment.p_id, sr)
Note: See TracChangeset for help on using the changeset viewer.