Ignore:
Timestamp:
12 Jan 2024, 10:08:38 (9 months ago)
Author:
Henrik Bettermann
Message:

Configure bank account for the CDL portal.

File:
1 edited

Legend:

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

    r17585 r17665  
    136136        # Overwrite above selection
    137137
    138         if self.context.p_category == 'book':
     138        if grok.getSite().__name__ == 'iuokada-cdl':
     139            xmldict['institution_acct'] = '1828332878'
     140            xmldict['institution_bank_id'] = '31'
     141        elif self.context.p_category == 'book':
    139142            xmldict['institution_acct'] = '1228744877'
    140143            xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.