Ignore:
Timestamp:
12 Nov 2019, 13:20:31 (5 years ago)
Author:
Henrik Bettermann
Message:

Fix code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/payoutletwebservice.py

    r15734 r15801  
    7878            self.output = ERROR_PART1 + 'PAYEE_ID already used' + ERROR_PART2
    7979            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, []) \
    8181            and p_category != PAYMENT_TYPE.lower():
    8282            self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2
Note: See TracChangeset for help on using the changeset viewer.