Ignore:
Timestamp:
25 Nov 2021, 14:24:37 (3 years ago)
Author:
Henrik Bettermann
Message:

Adjust Interswitch integration.

File:
1 edited

Legend:

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

    r16717 r16724  
    6868
    6969    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'),
    7176        default = False,
    7277        )
Note: See TracChangeset for help on using the changeset viewer.