Changeset 14364 for main/waeup.aaue/trunk
- Timestamp:
- 30 Dec 2016, 16:47:27 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r14341 r14364 109 109 xmldict['institution_acct'] = '0772012897' 110 110 xmldict['institution_bank_id'] = '47' 111 112 if self.applicant.applicant_id.startswith('trans'): 113 xmldict['institution_acct'] = '2031473949' 114 xmldict['institution_bank_id'] = '8' 115 116 if self.applicant.applicant_id.startswith('cert'): 117 xmldict['institution_acct'] = '2031473949' 118 xmldict['institution_bank_id'] = '8' 111 119 112 120 if self.applicant.applicant_id.startswith('pg'):
Note: See TracChangeset for help on using the changeset viewer.