Ignore:
Timestamp:
13 Sep 2024, 10:45:39 (7 days ago)
Author:
Henrik Bettermann
Message:

Implement WebCheckout?.

File:
1 edited

Legend:

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

    r17635 r17927  
    6565        default = 0.0,
    6666        required = False,
     67        )
     68
     69    interswitch_enabled = schema.Bool(
     70        title = _(u'Interswitch Collegepay integration enabled'),
     71        default = True,
     72        )
     73
     74    interswitch_webcheckout_enabled = schema.Bool(
     75        title = _(u'Interswitch WebCheckout integration enabled'),
     76        default = False,
    6777        )
    6878
Note: See TracChangeset for help on using the changeset viewer.