Changeset 17719 for main/waeup.aaue/trunk/src/waeup/aaue/interswitch
- Timestamp:
- 15 Mar 2024, 12:57:36 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17702 r17719 165 165 xmldict = {} 166 166 provider_amt = 2000.0 167 if self.applicant.__parent__.code in ('ver2019', 'send2019'): 168 provider_amt = 0.0 167 xmldict['institution_acct'] = '2043582644' 168 xmldict['institution_bank_id'] = '8' 169 if self.applicant.__parent__.code in ('ver2019', 'send2019', 'res2024'): 170 provider_amt = 3000.0 171 xmldict['institution_acct'] = '2043583005' 172 xmldict['institution_bank_id'] = '8' 169 173 elif self.applicant.__parent__.code.startswith('cert'): 170 174 provider_amt = 3000.0 171 175 elif self.applicant.__parent__.code.startswith('trans'): 172 176 provider_amt = 3000.0 173 xmldict['institution_acct'] = '2043582644' 174 xmldict['institution_bank_id'] = '8' 177 175 178 if self.applicant.applicant_id.startswith('dsh'): 176 179 xmldict['institution_acct'] = '1014847058'
Note: See TracChangeset for help on using the changeset viewer.