Ignore:
Timestamp:
4 Nov 2021, 12:40:15 (3 years ago)
Author:
Henrik Bettermann
Message:

Configure PAYDirect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/interfaces.py

    r16639 r16698  
    6868
    6969    interswitch_enabled = schema.Bool(
    70         title = _(u'Interswitch integration enabled'),
    71         default = False,
     70        title = _(u'Interswitch Collegepay integration enabled'),
     71        default = True,
     72        )
     73
     74    interswitch_paydirect_enabled = schema.Bool(
     75        title = _(u'Interswitch Paydirect integration enabled'),
     76        default = True,
    7277        )
    7378
Note: See TracChangeset for help on using the changeset viewer.