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/students/interfaces.py

    r8441 r8454  
    373373        )
    374374
    375     def doAfterStudentPayment():
    376         """Process student after payment was made.
    377 
    378         """
    379 
    380     def approveStudentPayment():
    381         """Approve payment and process student.
    382 
    383         """
    384 
    385375ICustomStudentOnlinePayment['p_level'].order = ICustomStudentOnlinePayment[
    386376    'p_session'].order
Note: See TracChangeset for help on using the changeset viewer.