Changeset 11991 for main/waeup.ikoba/branches/uli-payments
- Timestamp:
- 19 Nov 2014, 15:30:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/interfaces.py
r11967 r11991 1148 1148 ) 1149 1149 1150 1151 class 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 1150 1159 # 1151 1160 # Asynchronous job handling and related
Note: See TracChangeset for help on using the changeset viewer.