Changeset 2171 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 30 Aug 2007, 06:50:02 (17 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_epayment
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/goto_interswitch_form.pt
r1937 r2171 34 34 Bank: 35 35 </td> 36 <td> Wema Bank</td>36 <td><span tal:content="info/bank" /></td> 37 37 </tr> 38 38 </table> -
WAeUP_SRP/trunk/skins/waeup_epayment/interswitch_form.pt
r2153 r2171 31 31 Bank: 32 32 </td> 33 <td> Wema Bank</td>33 <td><span tal:content="info/bank" /></td> 34 34 </tr> 35 35 </table> -
WAeUP_SRP/trunk/skins/waeup_epayment/pay_interswitch.py
r2153 r2171 38 38 info['student'] = sbrain 39 39 info['payment_possible'] = False 40 info['amount'] = '0' 41 info['bank'] = '' 42 info['type_description'] = '' 43 info['pay_bill_to'] = '' 40 44 fee_dict = context.getSchoolFee(sbrain) 41 45 fulltime = sbrain.mode.endswith('_ft') … … 51 55 elif returning: 52 56 amount = info['amount'] = fee_dict['returning'] 53 else:54 amount = info['amount'] = '0'55 57 if fulltime: 56 58 pay_item_id = "6100" 57 59 info['type_code'] = sbrain.faculty 60 info['bank'] = 'Wema Bank' 58 61 else: 59 62 pay_item_id = "6101" 60 63 info['type_code'] = sbrain.course 64 info['bank'] = 'Intercontinental Bank' 61 65 info['payment_possible'] = True 62 66 info['type_description'] = fee_dict['description']
Note: See TracChangeset for help on using the changeset viewer.