- Timestamp:
- 31 Aug 2007, 07:14:27 (17 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_epayment
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/goto_interswitch_form.pt
r2171 r2172 30 30 <td> Naira <span tal:content="info/amount" /></td> 31 31 </tr> 32 <tr> 33 <td > 34 Bank: 35 </td> 36 <td><span tal:content="info/bank" /></td> 37 </tr> 32 38 33 </table> 39 34 <br /> … … 41 36 class="standalone" 42 37 name="goto_bank" 43 value="Proceed to Bank"38 value="Proceed to Payment Gateway" 44 39 /> 45 40 </form> -
WAeUP_SRP/trunk/skins/waeup_epayment/interswitch_form.pt
r2171 r2172 27 27 <td> Naira <span tal:content="info/amount" /></td> 28 28 </tr> 29 <tr>30 <td >31 Bank:32 </td>33 <td><span tal:content="info/bank" /></td>34 </tr>35 29 </table> 36 30 <br /> -
WAeUP_SRP/trunk/skins/waeup_epayment/pay_interswitch.py
r2171 r2172 58 58 pay_item_id = "6100" 59 59 info['type_code'] = sbrain.faculty 60 info['bank'] = ' Wema Bank'60 info['bank'] = '' 61 61 else: 62 62 pay_item_id = "6101" 63 63 info['type_code'] = sbrain.course 64 info['bank'] = ' Intercontinental Bank'64 info['bank'] = '' 65 65 info['payment_possible'] = True 66 66 info['type_description'] = fee_dict['description']
Note: See TracChangeset for help on using the changeset viewer.