new field: payment transactiion id

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4077 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-11-23 10:41:19 +00:00
parent 30d2f1c7eb
commit b580d62951

View file

@ -360,6 +360,9 @@ class IOrder(Interface):
paymentId = schema.TextLine(
title=u'Payment ID',
description=u'A string identifying the payment transaction.')
paymentTransactionId = schema.TextLine(
title=u'Payment Transaction ID',
description=u'The transaction ID provided by the payment service.')
state = schema.TextLine(
title=u'State',
description=u'A string specifying the state of the order.')