Ignore:
Timestamp:
19 May 2021, 07:56:46 (3 years ago)
Author:
Henrik Bettermann
Message:

Add PAYDirect switch.

File:
1 edited

Legend:

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

    r16395 r16485  
    7474
    7575    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,
    7883        )
    7984
Note: See TracChangeset for help on using the changeset viewer.