Ignore:
Timestamp:
19 Nov 2014, 15:30:14 (10 years ago)
Author:
uli
Message:

Add interface for ZCML directive pointing to paypal config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/interfaces.py

    r11967 r11991  
    11481148        )
    11491149
     1150
     1151class IPayPalConfig(Interface):
     1152    path = Path(
     1153        title = u'Path',
     1154        description = u"Path to config file for PayPal REST API.",
     1155        required = True,
     1156        )
     1157
     1158
    11501159#
    11511160# Asynchronous job handling and related
Note: See TracChangeset for help on using the changeset viewer.