Changeset 5819 for WAeUP_SRP


Ignore:
Timestamp:
8 Mar 2011, 15:07:39 (14 years ago)
Author:
Henrik Bettermann
Message:

The surcharge attribute in the payment object must be set zero. Otherwise interswitch_cb will output a warning.

File:
1 edited

Legend:

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

    r5795 r5819  
    9090
    9191
    92 # students don't have to pay the Interswitch surcharge, FUT is paying for them
     92# students don't have to pay the Interswitch surcharge, FUT is paying for them 
     93info['surcharge'] = 0
    9394info['lrf'] = fee_dict['lrf']
    9495info['fee'] = fee_dict['all']
Note: See TracChangeset for help on using the changeset viewer.