Changeset 17779
- Timestamp:
- 13 May 2024, 20:37:05 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17719 r17779 175 175 elif self.applicant.__parent__.code.startswith('trans'): 176 176 provider_amt = 3000.0 177 178 177 if self.applicant.applicant_id.startswith('dsh'): 179 xmldict['institution_acct'] = ' 1014847058'180 xmldict['institution_bank_id'] = ' 7'178 xmldict['institution_acct'] = ' 2043582644' 179 xmldict['institution_bank_id'] = '8' 181 180 elif self.applicant.applicant_id.startswith('ijmbe'): 182 181 xmldict['institution_acct'] = '1012278272'
Note: See TracChangeset for help on using the changeset viewer.