Ignore:
Timestamp:
13 Dec 2022, 11:39:13 (22 months ago)
Author:
Henrik Bettermann
Message:

Implement Interswitch WebCheckout?. Tests will follow.

File:
1 edited

Legend:

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

    r16962 r17215  
    141141        )
    142142
     143    interswitch_webcheckout_enabled = schema.Bool(
     144        title = _(u'Interswitch WebCheckout integration enabled'),
     145        default = False,
     146        )
     147
    143148    etranzact_webconnect_enabled = schema.Bool(
    144149        title = _(u'Etranzact Webconnect integration enabled'),
Note: See TracChangeset for help on using the changeset viewer.