Changeset 15520 for main/waeup.aaue/trunk/src/waeup/aaue
- Timestamp:
- 25 Jul 2019, 20:14:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r15512 r15520 126 126 if self.applicant.applicant_id[:6] in ('trans5', 'trans6'): 127 127 self.institution_acct = '5210006575' 128 self.institution_bank_id = '5 '128 self.institution_bank_id = '51' 129 129 elif self.applicant.applicant_id.startswith('bridge',): # easier to test 130 130 self.institution_acct = '1014847058'
Note: See TracChangeset for help on using the changeset viewer.