Ignore:
Timestamp:
15 May 2012, 21:24:25 (12 years ago)
Author:
Henrik Bettermann
Message:

We do not need to declare methods in ICustomApplicantOnlinePayment and ICustomStudentOnlinePayment since the classes which implement these interfaces inherit from ApplicantOnlinePayment? and StudentOnlinePayment? respectively.

File:
1 edited

Legend:

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

    r8430 r8454  
    265265    respective form page.
    266266    """
     267
    267268class ICustomApplicantOnlinePayment(ICustomOnlinePayment):
    268269    """An applicant payment via payment gateways.
    269270
    270271    """
    271 
    272     def doAfterApplicantPayment():
    273         """Process applicant after payment was made.
    274 
    275         """
    276 
    277     def approveApplicantPayment():
    278         """Approve payment and process applicant.
    279 
    280         """
Note: See TracChangeset for help on using the changeset viewer.