Changeset 17301
- Timestamp:
- 16 Jan 2023, 20:47:03 (22 months ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 2 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(): -
main/waeup.uniben/trunk/versions.cfg
r13687 r17301 5 5 6 6 [versions] 7 # Added by buildout at 2022-12-29 12:31:26.350009 8 certifi = 2021.10.8 9 chardet = 4.0.0 10 idna = 2.10 11 requests = 2.27.1 12 urllib3 = 1.26.13
Note: See TracChangeset for help on using the changeset viewer.