Ignore:
Timestamp:
5 Mar 2011, 12:34:09 (14 years ago)
Author:
Henrik Bettermann
Message:

Implementation of a Late Registration Fee (FUTMinna only). This was more work and customization than expected. We urgently need a new consistent payment module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py

    r5600 r5795  
    9090
    9191
    92 info['surcharge'] = 0  # students don't have to pay the surcharge, FUT is paying for them
    93 interswitch_amount = 300
    94 info['amount'] = amount = fee_dict['all']
     92# students don't have to pay the Interswitch surcharge, FUT is paying for them
     93info['lrf'] = fee_dict['lrf']
     94info['fee'] = fee_dict['all']
     95info['amount'] = amount = info['fee'] + info['lrf']
    9596total_amount = 100*int(amount)
    9697
     
    145146
    146147bt_amount = 1500
     148interswitch_amount = 300
    147149#fut_split = 0000 #not appicable
    148150fut_amount = amount - bt_amount - interswitch_amount
Note: See TracChangeset for help on using the changeset viewer.