Ignore:
Timestamp:
12 Oct 2021, 07:57:08 (3 years ago)
Author:
Henrik Bettermann
Message:

Change bank acount.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py

    r16661 r16678  
    145145                self.institution_acct = '0001115694'
    146146                self.institution_bank_id = '10'
     147            elif self.applicant.__parent__.prefix == 'ijmbe':
     148                xmldict['institution_bank_id'] = '123'
     149                xmldict['institution_acct'] = '1012278272'
     150
    147151        xmldict = {}
    148152        xmldict['detail_ref'] = self.context.p_id
Note: See TracChangeset for help on using the changeset viewer.