Changeset 15801 for main/kofacustom.nigeria/trunk/src/kofacustom
- Timestamp:
- 12 Nov 2019, 13:20:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/payoutletwebservice.py
r15734 r15801 78 78 self.output = ERROR_PART1 + 'PAYEE_ID already used' + ERROR_PART2 79 79 return 80 if p_category not in self.CATEGORY_MAPPING.get( 'PAYMENT_TYPE', []) \80 if p_category not in self.CATEGORY_MAPPING.get(PAYMENT_TYPE, []) \ 81 81 and p_category != PAYMENT_TYPE.lower(): 82 82 self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2
Note: See TracChangeset for help on using the changeset viewer.