- Timestamp:
- 24 Nov 2017, 17:57:16 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14833 r14910 95 95 self.mac = MAC_REGULAR 96 96 xmldict = {} 97 provider_amt = 2000.097 provider_amt = 4000.0 98 98 xmldict['institution_acct'] = '1010835352' 99 99 xmldict['institution_bank_id'] = '117' … … 132 132 133 133 elif self.applicant.applicant_id.startswith('utme'): 134 provider_amt = 2000.0135 134 xmldict['provider_amt'] = 100 * provider_amt 136 135 xmldict['institution_amt'] = 100 * (
Note: See TracChangeset for help on using the changeset viewer.