Changeset 8454 for main/waeup.uniben/trunk
- Timestamp:
- 15 May 2012, 21:24:25 (12 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py
r8430 r8454 265 265 respective form page. 266 266 """ 267 267 268 class ICustomApplicantOnlinePayment(ICustomOnlinePayment): 268 269 """An applicant payment via payment gateways. 269 270 270 271 """ 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 """ -
main/waeup.uniben/trunk/src/waeup/uniben/students/interfaces.py
r8441 r8454 373 373 ) 374 374 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 385 375 ICustomStudentOnlinePayment['p_level'].order = ICustomStudentOnlinePayment[ 386 376 'p_session'].order
Note: See TracChangeset for help on using the changeset viewer.