Ignore:
Timestamp:
24 Apr 2012, 15:37:51 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove surcharge configuration completely.

Implement application fee and school fee payments via Interswitch (part 3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/payments/interfaces.py

    r8247 r8263  
    2525
    2626    """
    27 
    28     surcharge_1 = schema.Float(
    29         title = _(u'Portal Fee'),
    30         default = 0.0,
    31         required = False,
    32         readonly = True,
    33         )
    34 
    35     surcharge_2 = schema.Float(
    36         title = _(u'Surcharge 2'),
    37         default = 0.0,
    38         required = False,
    39         readonly = True,
    40         )
    41 
    42     surcharge_3 = schema.Float(
    43         title = _(u'Surcharge 3'),
    44         default = 0.0,
    45         required = False,
    46         readonly = True,
    47         )
    4827
    4928    ac = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.