Changeset 17301


Ignore:
Timestamp:
16 Jan 2023, 20:47:03 (22 months ago)
Author:
Henrik Bettermann
Message:

Allow PayPal? payments.

Location:
main/waeup.uniben/trunk
Files:
2 edited

Legend:

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

    r16866 r17301  
    136136        )
    137137
    138     remita_enabled = schema.Bool(
    139         title = _(u'Remita integration enabled'),
    140         default = False,
    141         )
    142 
    143138    flc_modules_fee = schema.Float(
    144139        title = _(u'FLC Modules Fee'),
     
    147142        )
    148143
     144    remita_enabled = schema.Bool(
     145        title = _(u'Remita integration enabled'),
     146        default = False,
     147        )
     148
    149149    interswitch_enabled = schema.Bool(
    150150        title = _(u'Interswitch integration enabled'),
    151151        default = False,
    152152        )
     153
     154    paypal_enabled = schema.Bool(
     155        title = _(u'PayPal integration enabled'),
     156        default = False,
     157        )
     158
    153159
    154160    def getSessionString():
  • main/waeup.uniben/trunk/versions.cfg

    r13687 r17301  
    55
    66[versions]
     7# Added by buildout at 2022-12-29 12:31:26.350009
     8certifi = 2021.10.8
     9chardet = 4.0.0
     10idna = 2.10
     11requests = 2.27.1
     12urllib3 = 1.26.13
Note: See TracChangeset for help on using the changeset viewer.