Changeset 2878 for WAeUP_SRP/uniben/waeup_custom
- Timestamp:
- 7 Dec 2007, 22:21:09 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/pay_interswitch.py
r2860 r2878 56 56 if fulltime: 57 57 pay_item_id = "6100" 58 info['type_code'] = sbrain.faculty #type_code is redundant and will be removed soon58 #info['type_code'] = sbrain.faculty #type_code is redundant and will be removed soon 59 59 info['bank'] = '' 60 60 else: 61 61 pay_item_id = "6101" 62 info['type_code'] = sbrain.course #type_code is redundant and will be removed soon62 #info['type_code'] = sbrain.course #type_code is redundant and will be removed soon 63 63 info['bank'] = '' 64 64 info['payment_possible'] = True … … 69 69 info['student_name'] = sbrain.name 70 70 info['student_email'] = sbrain.email 71 info['type'] = 'online' 71 info['type'] = 'online' 72 72 info['status'] = 'started' 73 73 info['target'] = sbrain.course
Note: See TracChangeset for help on using the changeset viewer.