Changeset 14757 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 3 Aug 2017, 08:46:19 (7 years ago)
- 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 129 129 ) 130 130 131 interswitch_enabled = schema.Bool( 132 title = _(u'Interswitch integration enabled'), 133 default = False, 134 ) 135 131 136 def getSessionString(): 132 137 """Returns the session string from the vocabulary. -
main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py
r14751 r14757 19 19 from kofacustom.nigeria.remita.browser import ( 20 20 module_activated, 21 Remita PaymentRequestWebservicePageStudent,21 RemitaRequestPaymentStatusPageStudent, 22 22 RemitaPageStudent) 23 23 24 class CustomRemita PaymentRequestWebservicePageStudent(25 Remita PaymentRequestWebservicePageStudent):24 class CustomRemitaRequestPaymentStatusPageStudent( 25 RemitaRequestPaymentStatusPageStudent): 26 26 """ Request webservice view for the Remita gateway. 27 27 """
Note: See TracChangeset for help on using the changeset viewer.