Changeset 12773 for main/waeup.ikoba


Ignore:
Timestamp:
16 Mar 2015, 11:26:40 (10 years ago)
Author:
uli
Message:

Update payable and payment item interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/interfaces.py

    r12749 r12773  
    209209    """Something to sell.
    210210    """
    211     item_id = schema.TextLine(
    212         title=u'Payment Item ID',
    213         required=True,
    214         )
    215 
    216211    title = schema.TextLine(
    217212        title=u'Title',
     
    269264            schema=IPaymentItem,
    270265            ),
    271         required=False,
     266        required=True,
    272267        default=(),
    273         readonly=True,
     268        readonly=False,
    274269        )
    275270
Note: See TracChangeset for help on using the changeset viewer.