Interface OrderRepositoryWriterInterface

Interface OrderRepositoryWriterInterface

Direct known implementers

OrderRepositoryWriter

Methods summary

public insert( OrderInterface $order ) : integer

Inserts a new order to the orders table.

public update( OrderInterface $order ) : OrderRepositoryWriterInterface

Updates an existing order in the orders table.