source: main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/tests/sample-paypalconf.zcml @ 11993

Last change on this file since 11993 was 11992, checked in by uli, 10 years ago

Add a ZCML directive to tell where PayPal? credentials can be read.

File size: 350 bytes
Line 
1<configure
2   xmlns="http://namespaces.zope.org/zope"
3   xmlns:ikoba="http://namespaces.waeup.org/ikoba"
4   i18n_domain="waeup.ikoba"
5   package="waeup.ikoba.tests"
6   >
7  <include package="waeup.ikoba" file="meta.zcml" />
8
9  <!-- Sample for the 'paypalconf' directive: -->
10  <ikoba:paypalconf
11      path="/path/to/some/paypal.conf" />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.