Changeset 17477
- Timestamp:
- 10 Jul 2023, 01:24:57 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r17469 r17477 154 154 self.context.r_company = u'interswitch' 155 155 xmldict = {} 156 provider_amt = 3000.0156 provider_amt = 2000.0 157 157 if self.applicant.__parent__.code in ('ver2019', 'send2019'): 158 158 provider_amt = 0.0 159 elif self.applicant.__parent__.code.startswith('cert'): 160 provider_amt = 3000.0 161 elif self.applicant.__parent__.code.startswith('trans'): 162 provider_amt = 3000.0 159 163 xmldict['institution_acct'] = '1012332141' 160 164 xmldict['institution_bank_id'] = '123'
Note: See TracChangeset for help on using the changeset viewer.