Ignore:
Timestamp:
30 Dec 2022, 09:25:50 (23 months ago)
Author:
Henrik Bettermann
Message:

Implement Paypal module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/etc/site.zcml.in

    r16983 r17254  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
     3           xmlns:kofacustomng="http://namespaces.waeup.org/kofacustomng"
    34           i18n_domain="kofacustom.lpng">
    45
     
    2829  <kofa:datacenter
    2930      path="${buildout:directory}/var/datacenter" />
     31
     32  <!-- Where can the paypal config be found -->
     33  <kofacustomng:paypalconf
     34      path="${buildout:directory}/etc/paypal.conf" />
    3035
    3136    <configure i18n_domain="kofacustom.lpng">
Note: See TracChangeset for help on using the changeset viewer.