Ignore:
Timestamp:
15 Aug 2024, 19:56:22 (5 weeks ago)
Author:
Henrik Bettermann
Message:

Enable transcript processing.

File:
1 edited

Legend:

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

    r17844 r17891  
    145145            xmldict['institution_acct'] = '1005399320'
    146146            xmldict['institution_bank_id'] = '8'
     147        elif self.context.p_category == 'transcript':
     148            xmldict['institution_acct'] = '0010494552'
     149            xmldict['institution_bank_id'] = '129'
     150            provider_amt = 2000.0
    147151        self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch
    148152        # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.