Changeset 2877 for WAeUP_SRP/base
- Timestamp:
- 7 Dec 2007, 22:20:37 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_epayment/interswitch_cb.py
r2859 r2877 78 78 review_state)) 79 79 return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url()) 80 80 81 81 resp = pd['resp_code'] 82 82 -
WAeUP_SRP/base/skins/waeup_epayment/pay_by_sc.py
r2859 r2877 101 101 info['amount'] = cost 102 102 pin = info['order_id'] = "%s" % pin 103 info['type_code'] = "%s" % pin #type_code is redundant and will be removed soon103 #info['type_code'] = "%s" % pin #type_code is redundant and will be removed soon 104 104 info['type_description'] = 'School Fee for Session %s' % next_session_str 105 info['type'] = ' SC'105 info['type'] = 'sc' 106 106 info['status'] = 'paid' 107 107 info['target'] = s_brain.course -
WAeUP_SRP/base/skins/waeup_epayment/pay_interswitch_acco.py
r2857 r2877 63 63 if fulltime: 64 64 pay_item_id = "6100" 65 info['type_code'] = student_record.faculty #type_code is redundant and will be removed soon65 #info['type_code'] = student_record.faculty #type_code is redundant and will be removed soon 66 66 info['bank'] = '' 67 67 else: 68 68 pay_item_id = "6101" 69 info['type_code'] = student_record.course #type_code is redundant and will be removed soon69 #info['type_code'] = student_record.course #type_code is redundant and will be removed soon 70 70 info['bank'] = '' 71 71 info['payment_possible'] = True -
WAeUP_SRP/base/skins/waeup_epayment/payment_receipt.pt
r2066 r2877 40 40 /> 41 41 </metal:block> 42 43 44 45 42 46 <metal:block tal:condition="info/is_scratchcard_pmt"> 43 47 <h3>Scratch Card Payment Receipt</h3> … … 76 80 <tr> 77 81 <td width="220px">Access Code:</td> 78 <td><span tal:content="pm/ type_code" /></td>82 <td><span tal:content="pm/order_id" /></td> 79 83 </tr> 80 84 <tr> -
WAeUP_SRP/base/skins/waeup_student/request_transfer.py
r2661 r2877 101 101 info['amount'] = "n/a" 102 102 pin = info['order_id'] = ds.get('pin') 103 info['type_code'] = "%s" % pin103 #info['type_code'] = "%s" % pin 104 104 info['type_description'] = 'Transfer Form' 105 105 info['resp_code'] = "SC"
Note: See TracChangeset for help on using the changeset viewer.