Changeset 13567 for main/waeup.uniben/trunk
- Timestamp:
- 5 Jan 2016, 16:12:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r13562 r13567 216 216 xmldict['institution_bank_id'] = '51' 217 217 provider_amt = 200.0 218 elif self.applicant.applicant_id == 'afak':218 elif self.applicant.applicant_id.startswith('afak'): 219 219 xmldict['institution_acct'] = '1014446565' 220 220 xmldict['institution_bank_id'] = '117'
Note: See TracChangeset for help on using the changeset viewer.