Changeset 8455 for main/waeup.aaue/trunk/src/waeup/aaue/applicants
- Timestamp:
- 15 May 2012, 21:25:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r8444 r8455 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 """
Note: See TracChangeset for help on using the changeset viewer.