Ignore:
Timestamp:
24 Feb 2021, 19:12:50 (4 years ago)
Author:
Henrik Bettermann
Message:

Only one lsfp_penalty fee. Use payment id 104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/interswitch/browser.py

    r16380 r16400  
    9696                provider_amt = 2800.0
    9797                share_amt = 1200.0
     98        elif self.context.p_category == 'lsfp_penalty':
     99            self.pay_item_id = '104'
     100            xmldict['institution_acct'] = '1751080425'
     101            xmldict['institution_bank_id'] = '120'
    98102        xmldict['provider_amt'] = 100 * provider_amt
    99103        xmldict['share_amt'] = 100 * share_amt
Note: See TracChangeset for help on using the changeset viewer.