Ignore:
Timestamp:
6 Nov 2015, 20:11:36 (9 years ago)
Author:
Henrik Bettermann
Message:

Adjust webservive for eTranzact.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py

    r13375 r13401  
    134134                return
    135135        if PAYMENT_TYPE == 'ACCEPTANCE-FEE' \
    136             and not results[0].p_category == 'clearance':
     136            and not results[0].p_category.startswith('clearance'):
    137137            self.output = ERROR_PART1 + 'Wrong PAYMENT_TYPE' + ERROR_PART2
    138138            return
Note: See TracChangeset for help on using the changeset viewer.