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:
helmutm 2010-10-12 12:05:52 +00:00
parent 73cc58e295
commit 8062d9763f

View file

@ -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.')