Changeset 17301 for main/waeup.uniben/trunk/src/waeup/uniben
- Timestamp:
- 16 Jan 2023, 20:47:03 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interfaces.py
r16866 r17301 136 136 ) 137 137 138 remita_enabled = schema.Bool(139 title = _(u'Remita integration enabled'),140 default = False,141 )142 143 138 flc_modules_fee = schema.Float( 144 139 title = _(u'FLC Modules Fee'), … … 147 142 ) 148 143 144 remita_enabled = schema.Bool( 145 title = _(u'Remita integration enabled'), 146 default = False, 147 ) 148 149 149 interswitch_enabled = schema.Bool( 150 150 title = _(u'Interswitch integration enabled'), 151 151 default = False, 152 152 ) 153 154 paypal_enabled = schema.Bool( 155 title = _(u'PayPal integration enabled'), 156 default = False, 157 ) 158 153 159 154 160 def getSessionString():
Note: See TracChangeset for help on using the changeset viewer.