Ignore:
Timestamp:
2 Oct 2024, 07:18:26 (28 hours ago)
Author:
Henrik Bettermann
Message:

Add payment category.

File:
1 edited

Legend:

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

    r17931 r17933  
    152152            xmldict['institution_bank_id'] = '129'
    153153            provider_amt = 2000.0
     154        elif self.context.p_category.startswith('union'):
     155            xmldict['institution_acct'] = '1011438901'
    154156        self.pay_item_id = 'Default_Payable_MX47126' # must be provided by Interswitch
    155157        # Already now it becomes an Interswitch payment. We set the net amount
Note: See TracChangeset for help on using the changeset viewer.