- Timestamp:
- 25 Nov 2021, 14:24:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interfaces.py
r16717 r16724 68 68 69 69 interswitch_enabled = schema.Bool( 70 title = _(u'Interswitch integration enabled'), 70 title = _(u'Interswitch Collegepay integration enabled'), 71 default = False, 72 ) 73 74 interswitch_paydirect_enabled = schema.Bool( 75 title = _(u'Interswitch Paydirect integration enabled'), 71 76 default = False, 72 77 )
Note: See TracChangeset for help on using the changeset viewer.