- Timestamp:
- 10 Mar 2015, 14:59:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/interfaces.py
r12713 r12716 144 144 145 145 146 class IPayableFinder(Interface): 147 """Finds payables. 148 """ 149 def get_item_by_id(item_id): 150 """Get an item by its Id, or none. 151 """ 152 153 146 154 class IPaymentItem(Interface): 147 155 """Something to sell.
Note: See TracChangeset for help on using the changeset viewer.