Changeset 13333 for main/waeup.uniben/trunk/src/waeup
- Timestamp:
- 16 Oct 2015, 11:51:51 (9 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py
r13301 r13333 99 99 xmldict['institution_acct'] = '4150033274' 100 100 xmldict['institution_bank_id'] = '51' 101 elif student.faccode == 'JUPEB': 102 self.pay_item_id = '5718' 103 xmldict['institution_acct'] = '1003543277' 104 xmldict['institution_bank_id'] = '7' 101 105 elif self.context.p_category == 'clearance': 102 106 self.pay_item_id = '5702' -
main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py
r13332 r13333 241 241 242 242 ##################################################### 243 if student.faccode == 'JUPEB':244 return _('Payment temporarily disabled.'), None243 #if student.faccode == 'JUPEB': 244 # return _('Payment temporarily disabled.'), None 245 245 ##################################################### 246 246
Note: See TracChangeset for help on using the changeset viewer.