Ignore:
Timestamp:
14 Jul 2014, 13:34:34 (10 years ago)
Author:
Henrik Bettermann
Message:

Fix: Special payment fee attributes must end with '_fee'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interswitch/browser.py

    r11758 r11759  
    180180        elif self.context.p_category == 'pgd_certificate':
    181181            self.pay_item_id = '136'
    182         elif self.context.p_category == 'log_book_fees':
     182        elif self.context.p_category == 'log_book':
    183183            self.pay_item_id = '137'
    184184            xmldict['institution_acct'] = "1010508401"
     
    353353            elif self.context.p_category == 'pgd_certificate':
    354354                self.pay_item_id = '136'
    355             elif self.context.p_category == 'log_book_fees':
     355            elif self.context.p_category == 'log_book':
    356356                self.pay_item_id = '137'
    357357                xmldict['institution_acct'] = "1010508401"
Note: See TracChangeset for help on using the changeset viewer.