add 'state' field
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4037 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
73cc58e295
commit
8062d9763f
1 changed files with 3 additions and 0 deletions
|
@ -360,6 +360,9 @@ class IOrder(Interface):
|
|||
paymentId = schema.TextLine(
|
||||
title=u'Payment ID',
|
||||
description=u'A string identifying the payment transaction.')
|
||||
state = schema.TextLine(
|
||||
title=u'State',
|
||||
description=u'A string specifying the state of the order.')
|
||||
comments = schema.Text(
|
||||
title=u'Comments',
|
||||
description=u'Some arbitrary text associated with the order.')
|
||||
|
|
Loading…
Add table
Reference in a new issue