Ignore:
Timestamp:
3 Aug 2017, 07:30:06 (7 years ago)
Author:
Henrik Bettermann
Message:

Add a session-based 'switch' to disable Interswitch payments. If the session configuration field interswitch_enabled is missing in custom packages, Interswitch payments are enabled by default (in contrast to Remita payments which are disabled by default).

File:
1 edited

Legend:

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

    r14742 r14755  
    102102        )
    103103
     104    interswitch_enabled = schema.Bool(
     105        title = _(u'Interswitch integration enabled'),
     106        default = True,
     107        )
     108
    104109class ICustomSessionConfigurationAdd(ICustomSessionConfiguration):
    105110    """A session configuration object in add mode.
Note: See TracChangeset for help on using the changeset viewer.