Changeset 11846


Ignore:
Timestamp:
17 Oct 2014, 06:13:19 (10 years ago)
Author:
Henrik Bettermann
Message:

Add interswitch module.

Disable clearance payments.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py

    r11654 r11846  
    370370        return ''
    371371
    372 class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant):
    373 
    374     @property
    375     def target_url(self):
    376         return ''
    377 
    378 class InterswitchRequestWebserviceActionButtonApplicant(
    379     InterswitchRequestWebserviceActionButtonApplicant):
    380 
    381     @property
    382     def target_url(self):
    383         return ''
     372#class InterswitchActionButtonApplicant(InterswitchActionButtonApplicant):
     373
     374#    @property
     375#    def target_url(self):
     376#        return ''
     377
     378#class InterswitchRequestWebserviceActionButtonApplicant(
     379#    InterswitchRequestWebserviceActionButtonApplicant):
     380
     381#    @property
     382#    def target_url(self):
     383#        return ''
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r11625 r11846  
    2525from waeup.kofa.students.workflow import PAID
    2626from waeup.kofa.students.browser import (
     27    StartClearancePage,
    2728    StudentBasePDFFormPage,
    2829    CourseTicketAddFormPage,
     
    4344    ICustomStudent)
    4445from waeup.aaue.interfaces import MessageFactory as _
     46
     47class CustomStartClearancePage(StartClearancePage):
     48    with_ac = False
    4549
    4650class CustomOnlinePaymentDisplayFormPage(NigeriaOnlinePaymentDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.