Changeset 2833
- Timestamp:
- 30 Nov 2007, 16:21:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/waeup_custom/pay_interswitch.py
r2824 r2833 50 50 return context.interswitch_form(info=info) 51 51 amount = info['amount'] = fee_dict['all'] 52 info['pay_ship_to'] = "Federal College of Education Okene" 52 53 53 54 # end customization … … 63 64 info['type_description'] = fee_dict['description'] 64 65 info['pay_bill_to'] = sbrain.name 65 info['pay_ship_to'] = "University of Benin"66 66 info['student_id'] = student_id 67 67 info['student_name'] = sbrain.name 68 info['type'] = 'ONL' 69 info['status'] = 'started' 70 info['target'] = sbrain.course 71 info['subject'] = 'schoolfee' 68 72 info['student_email'] = sbrain.email 69 73 now = DateTime.DateTime()
Note: See TracChangeset for help on using the changeset viewer.