Ignore:
Timestamp:
27 May 2015, 15:26:26 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Payment class attribute created_online to mark payment tickets
which are added online and not by import. This attribute is needed in
custom packages when sending data to payment gateways.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/students.rst

    r13003 r13005  
    172172-----------------------
    173173
     174`waeup.kofa.students.interfaces.IStudentOnlinePayment` inherits from `waeup.kofa.payments.interfaces.IOnlinePayment` and has only two additional schema fields: `p_current` and `p_level` which are student-specific. It also promises three additional methods which
     175
     176
     177xxxxxxxxxxxxxxxx
     178
    174179.. literalinclude:: ../../../src/waeup/kofa/students/interfaces.py
    175180   :pyobject: IStudentOnlinePayment
Note: See TracChangeset for help on using the changeset viewer.