Ignore:
Timestamp:
19 May 2021, 07:47:21 (3 years ago)
Author:
Henrik Bettermann
Message:

Implement PAYDirect Bank Branch payment.

File:
1 edited

Legend:

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

    r16109 r16484  
    126126
    127127    interswitch_enabled = schema.Bool(
    128         title = _(u'Interswitch integration enabled'),
     128        title = _(u'Interswitch Collegepay integration enabled'),
     129        default = True,
     130        )
     131
     132    interswitch_paydirect_enabled = schema.Bool(
     133        title = _(u'Interswitch Paydirect integration enabled'),
    129134        default = True,
    130135        )
Note: See TracChangeset for help on using the changeset viewer.