Changeset 15760 for main/waeup.aaue/trunk/src
- Timestamp:
- 6 Nov 2019, 16:50:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r15745 r15760 327 327 ) 328 328 329 interswitch_enabled = schema.Bool( 330 title = _(u'Interswitch integration enabled'), 331 default = False, 332 ) 333 334 etranzact_webconnect_enabled = schema.Bool( 335 title = _(u'Etranzact Webconnect integration enabled'), 336 default = False, 337 ) 338 339 etranzact_payoutlet_enabled = schema.Bool( 340 title = _(u'Etranzact Payoutlet integration enabled'), 341 default = False, 342 ) 329 343 330 344 def getSessionString():
Note: See TracChangeset for help on using the changeset viewer.