Changeset 16485 for main/kofacustom.iuokada
- Timestamp:
- 19 May 2021, 07:56:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interfaces.py
r16395 r16485 74 74 75 75 interswitch_enabled = schema.Bool( 76 title = _(u'Interswitch integration enabled'), 77 default = False, 76 title = _(u'Interswitch Collegepay integration enabled'), 77 default = True, 78 ) 79 80 interswitch_paydirect_enabled = schema.Bool( 81 title = _(u'Interswitch Paydirect integration enabled'), 82 default = True, 78 83 ) 79 84
Note: See TracChangeset for help on using the changeset viewer.