Changeset 13527 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 2 Dec 2015, 17:25:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interswitch/browser.py
r13512 r13527 214 214 xmldict['institution_acct'] = '1010827641' 215 215 self.pay_item_id = '101' 216 if student.is_postgrad: 217 xmldict['institution_bank_id'] = '51' 218 xmldict['institution_acct'] = '5210006575' 219 self.pay_item_id = '111' 216 220 217 221 xmldict['provider_amt'] = 100 * provider_amt … … 271 275 xmldict['institution_acct'] = '1010827641' 272 276 xmldict['institution_bank_id'] = '117' 277 if student.is_postgrad: 278 xmldict['institution_bank_id'] = '51' 279 xmldict['institution_acct'] = '5210006575' 280 self.pay_item_id = '110' 273 281 274 282 if self.context.p_category.endswith('_incl'):
Note: See TracChangeset for help on using the changeset viewer.