Ignore:
Timestamp:
9 Feb 2024, 07:34:32 (7 months ago)
Author:
Henrik Bettermann
Message:

Add fee.

File:
1 edited

Legend:

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

    r17682 r17698  
    134134        elif self.context.p_category == 'med_reg':
    135135            xmldict['institution_acct'] = '1011265606'
     136        elif self.context.p_category == 'teaching_practice':
     137            xmldict['institution_acct'] = '1005399320'
     138            xmldict['institution_bank_id'] = '8'
    136139        self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch
    137140        # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.