Ignore:
Timestamp:
5 Jul 2021, 15:42:14 (3 years ago)
Author:
Henrik Bettermann
Message:

Extend IPayer adapter.

File:
1 edited

Legend:

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

    r16500 r16526  
    167167class IPayer(IKofaObject):
    168168    """An interface for an adapter to publish student and applicant data
    169     through a simple webservice.
     169    through a simple webservice. Also used in payment modules.
    170170
    171171    """
     172    payer = Attribute("The payer object")
    172173    display_fullname = Attribute('Name of payer')
    173174    id = Attribute('Id of payer')
     
    180181    current_mode= Attribute('Current study mode of payer')
    181182    current_level= Attribute('Current level of payer')
     183
     184    def doAfterPayment():
     185        "Do after payment was made."
Note: See TracChangeset for help on using the changeset viewer.