Ignore:
Timestamp:
28 Mar 2012, 16:49:18 (13 years ago)
Author:
Henrik Bettermann
Message:

Callback requests in the base package are only for demonstration purposes. These components must be neutralized in the customization package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r7993 r7997  
    10861086    """
    10871087    grok.context(IStudentOnlinePayment)
    1088     grok.name('callback')
     1088    grok.name('simulate_callback')
    10891089    grok.require('waeup.payStudent')
    10901090
    10911091    # This update method simulates a valid callback und must be
    1092     # specified in the customization package. The parameters must be taken
    1093     # from the incoming request.
     1092    # neutralized in the customization package.
    10941093    def update(self):
    10951094        if self.context.p_state == 'paid':
Note: See TracChangeset for help on using the changeset viewer.