Interface OrderStatusHistoryWriterInterface

Interface OrderStatusHistoryWriterInterface

Direct known implementers

OrderStatusHistoryStorage

Methods summary

public addStatusUpdate( IdType $orderId, IntType $newOrderStatusId, StringType $comment, BoolType $customerNotified, IdType $customerId = null )

Adds an order status history item.

public deleteHistory( IdType $orderId )

Deletes all order status history items which are associated with the given order item ID.