Ignore:
Timestamp:
13 Jun 2012, 06:32:13 (12 years ago)
Author:
Henrik Bettermann
Message:

Let's better use an adapter for the webservice.

File:
1 edited

Legend:

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

    r8702 r8703  
    9393        )
    9494
    95     def getOwner():
    96         "Payments usually have an owner."
    97 
    98 
    9995class ISCPayment(IPayment):
    10096    """A scratch card payment.
     
    144140    def approve():
    145141        "Approve an online payment and set to paid."
     142
     143class IPaymentWebservice(IKofaObject):
     144    """An interface for a webservice.
     145
     146    """
     147
     148    def payee():
     149        "Payments are usually paid by a payee."
Note: See TracChangeset for help on using the changeset viewer.