Changeset 8430 for main/waeup.uniben/trunk/src/waeup/uniben/payments
- Timestamp:
- 12 May 2012, 08:43:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/payments/interfaces.py
r8263 r8430 40 40 ) 41 41 42 r_code = schema.TextLine( 43 title = _(u'Response Code'), 44 default = None, 45 required = False, 46 readonly = False, 47 ) 48 42 49 r_desc = schema.TextLine( 43 50 title = _(u'Response Description'), … … 47 54 ) 48 55 56 # Only defined in custom package 57 49 58 r_pay_reference = schema.TextLine( 50 59 title = _(u'Response Payment Reference'), 51 default = None,52 required = False,53 readonly = False,54 )55 56 r_code = schema.TextLine(57 title = _(u'Response Code'),58 60 default = None, 59 61 required = False,
Note: See TracChangeset for help on using the changeset viewer.