Changeset 17873 for main/waeup.aaue
- Timestamp:
- 7 Aug 2024, 15:32:36 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17781 r17873 179 179 xmldict['institution_bank_id'] = '8' 180 180 elif self.applicant.applicant_id.startswith('ijmbe'): 181 xmldict['institution_acct'] = ' 1012278272'182 xmldict['institution_bank_id'] = ' 123'181 xmldict['institution_acct'] = ' 2043582644' 182 xmldict['institution_bank_id'] = '8' 183 183 elif 'alumni' in self.application_url(): 184 184 xmldict['institution_acct'] = '2043583005'
Note: See TracChangeset for help on using the changeset viewer.