Ignore:
Timestamp:
18 Dec 2018, 07:45:14 (6 years ago)
Author:
Henrik Bettermann
Message:

Enable Remita payment gateway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/interfaces.py

    r14570 r15271  
    105105        )
    106106
     107    remita_enabled = schema.Bool(
     108        title = _(u'Remita integration enabled'),
     109        default = False,
     110        )
     111
     112    interswitch_enabled = schema.Bool(
     113        title = _(u'Interswitch integration enabled'),
     114        default = False,
     115        )
     116
    107117    def getSessionString():
    108118        """Returns the session string from the vocabulary.
Note: See TracChangeset for help on using the changeset viewer.