Ignore:
Timestamp:
17 Sep 2019, 18:32:21 (5 years ago)
Author:
Henrik Bettermann
Message:

Add Interswitch and eTranzact switch.

File:
1 edited

Legend:

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

    r15563 r15590  
    6767        )
    6868
     69    interswitch_enabled = schema.Bool(
     70        title = _(u'Interswitch integration enabled'),
     71        default = False,
     72        )
     73
     74    etranzact_enabled = schema.Bool(
     75        title = _(u'eTranzact integration enabled'),
     76        default = False,
     77        )
    6978
    7079    # Additional fees in custom package add here
Note: See TracChangeset for help on using the changeset viewer.