Ignore:
Timestamp:
12 May 2012, 08:43:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Make waeup.uniben in line with base package. Fortunately we can now use the payment methods used in the base package and do no longer need the actions_after functions in w.u.students.utils and w.u.applicants.utils.

Interswitch and etranzact modules have not been tested with live gateways. The query functions and approval methods may fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r8247 r8430  
    2525from waeup.uniben.interfaces import MessageFactory as _
    2626
    27 
    28 def actions_after_applicant_payment(applicant, view):
    29     wf_info = IWorkflowInfo(applicant)
    30     try:
    31         wf_info.fireTransition('pay')
    32     except InvalidTransitionError:
    33         view.flash('Error: %s' % sys.exc_info()[1])
    34         return
    3527
    3628class ApplicantsUtils(ApplicantsUtils):
Note: See TracChangeset for help on using the changeset viewer.