Changeset 12000
- Timestamp:
- 20 Nov 2014, 03:28:31 (10 years ago)
- Location:
- main/waeup.ikoba/branches/uli-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/etc/site.zcml.in
r11949 r12000 27 27 <ikoba:datacenter 28 28 path="${buildout:directory}/var/datacenter" /> 29 30 <!-- Where can the Paypal config be found? --> 31 <ikoba:paypalconf 32 path="${buildout:directory}/etc/paypal.conf" /> 29 33 30 34 <configure i18n_domain="${ikoba_params:devel_pkg}"> -
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/ftesting.zcml
r11949 r12000 14 14 <ikoba:datacenter 15 15 path="../../../parts/test/datacenter" /> 16 17 <!-- Where can the Paypal config be found? --> 18 <ikoba:paypalconf 19 path="../../../etc/paypal.conf" /> 16 20 17 21 <!-- Typical functional testing security setup -->
Note: See TracChangeset for help on using the changeset viewer.