Changes product order item's comment.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void ChangeOrderItemComment( string comment, IOrderStub order, IOrderItemProductStub orderItemProduct )
Parameters
- comment
- Type: SystemString
New comment for product order item. - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains product order item which comment will be changed. - orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Product order item which comment will be changed. Product order item should not been printed.
See Also