Changeset 7997 for main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
- Timestamp:
- 28 Mar 2012, 16:49:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r7993 r7997 1086 1086 """ 1087 1087 grok.context(IStudentOnlinePayment) 1088 grok.name(' callback')1088 grok.name('simulate_callback') 1089 1089 grok.require('waeup.payStudent') 1090 1090 1091 1091 # 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. 1094 1093 def update(self): 1095 1094 if self.context.p_state == 'paid':
Note: See TracChangeset for help on using the changeset viewer.