Changeset 15474 for main


Ignore:
Timestamp:
23 Jun 2019, 04:24:25 (5 years ago)
Author:
Henrik Bettermann
Message:

Change bank account.

File:
1 edited

Legend:

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

    r15466 r15474  
    464464        xmldict['institution_bank_id'] = '00'
    465465        if self.applicant.__parent__.application_category in ('ndft', 'hndft'):
    466             xmldict['institution_acct'] = '5210039869'
    467             xmldict['institution_bank_id'] = '51'
     466            xmldict['institution_acct'] = '0072223654'
     467            xmldict['institution_bank_id'] = '121'
    468468        elif self.applicant.__parent__.application_category in (
    469469            'ndpt', 'hndpt', 'ndwe', 'hndwe'):
Note: See TracChangeset for help on using the changeset viewer.