Class OrderTotalRepositoryWriter
Class OrderTotalRepositoryWriter
- OrderTotalRepositoryWriter implements OrderTotalRepositoryWriterInterface
Package: Order\Repositories
Category: System
Located at Services/Core/Order/Repositories/Writer/OrderTotalRepositoryWriter.inc.php
Category: System
Located at Services/Core/Order/Repositories/Writer/OrderTotalRepositoryWriter.inc.php
Methods summary
public
insertIntoOrder( IdType $orderId, OrderTotalInterface $orderTotal )
: integer
Inserts an order total item to an order by the given order ID.
public
update( StoredOrderTotalInterface $orderTotal )
: OrderTotalRepositoryWriter
Updates the passed order total item.