Changeset 15520


Ignore:
Timestamp:
25 Jul 2019, 20:14:28 (5 years ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

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

    r15512 r15520  
    126126                if self.applicant.applicant_id[:6] in ('trans5', 'trans6'):
    127127                    self.institution_acct = '5210006575'
    128                     self.institution_bank_id = '5'
     128                    self.institution_bank_id = '51'
    129129            elif self.applicant.applicant_id.startswith('bridge',): # easier to test
    130130                self.institution_acct = '1014847058'
Note: See TracChangeset for help on using the changeset viewer.