Ignore:
Timestamp:
3 Aug 2017, 08:46:19 (7 years ago)
Author:
Henrik Bettermann
Message:

Add interswitch_enabled field.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
2 edited

Legend:

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

    r14746 r14757  
    129129        )
    130130
     131    interswitch_enabled = schema.Bool(
     132        title = _(u'Interswitch integration enabled'),
     133        default = False,
     134        )
     135
    131136    def getSessionString():
    132137        """Returns the session string from the vocabulary.
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r14751 r14757  
    1919from kofacustom.nigeria.remita.browser import (
    2020    module_activated,
    21     RemitaPaymentRequestWebservicePageStudent,
     21    RemitaRequestPaymentStatusPageStudent,
    2222    RemitaPageStudent)
    2323
    24 class CustomRemitaPaymentRequestWebservicePageStudent(
    25     RemitaPaymentRequestWebservicePageStudent):
     24class CustomRemitaRequestPaymentStatusPageStudent(
     25    RemitaRequestPaymentStatusPageStudent):
    2626    """ Request webservice view for the Remita gateway.
    2727    """
Note: See TracChangeset for help on using the changeset viewer.