Ignore:
Timestamp:
30 Oct 2012, 17:49:17 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove SCPayment components.

File:
1 edited

Legend:

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

    r9405 r9469  
    9292        )
    9393
    94 class ISCPayment(IPayment):
    95     """A scratch card payment.
    96 
    97     """
    98 
    99     p_code = schema.TextLine(
    100         title = _(u'Payment Access Code'),
    101         #default = u'Certificate XYZ',
    102         required = False,
    103         readonly = True,
    104         )
    105 
    10694class IOnlinePayment(IPayment):
    10795    """A payment via payment gateways.
Note: See TracChangeset for help on using the changeset viewer.