Ignore:
Timestamp:
31 Aug 2007, 07:14:27 (17 years ago)
Author:
Henrik Bettermann
Message:

remove bank information

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  
    3030            <td> Naira <span tal:content="info/amount" /></td>
    3131          </tr>
    32           <tr>
    33             <td >
    34             Bank:
    35             </td>
    36             <td><span tal:content="info/bank" /></td>
    37           </tr>         
     32     
    3833        </table>
    3934        <br />
     
    4136               class="standalone"
    4237               name="goto_bank"
    43                value="Proceed to Bank"
     38               value="Proceed to Payment Gateway"
    4439               />
    4540      </form>
  • WAeUP_SRP/trunk/skins/waeup_epayment/interswitch_form.pt

    r2171 r2172  
    2727            <td> Naira <span tal:content="info/amount" /></td>
    2828          </tr>
    29           <tr>
    30             <td >
    31             Bank:
    32             </td>
    33             <td><span tal:content="info/bank" /></td>
    34           </tr>         
    3529        </table>
    3630        <br />
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_interswitch.py

    r2171 r2172  
    5858    pay_item_id = "6100"
    5959    info['type_code'] = sbrain.faculty
    60     info['bank'] = 'Wema Bank'
     60    info['bank'] = ''
    6161else:
    6262    pay_item_id = "6101"
    6363    info['type_code'] = sbrain.course
    64     info['bank'] = 'Intercontinental Bank'
     64    info['bank'] = ''
    6565info['payment_possible'] = True
    6666info['type_description'] = fee_dict['description']
Note: See TracChangeset for help on using the changeset viewer.