OrderNoProcessor implements ItemHolderPreprocessor
Table of Contents
$eccubeConfig | EccubeConfig | |
---|---|---|
$orderRepository | OrderRepository | |
__construct() | OrderNoProcessor constructor. | mixed |
process() | 受注データ調整処理。 | mixed |
Properties
$eccubeConfig
private
EccubeConfig
$eccubeConfig
$orderRepository
private
OrderRepository
$orderRepository
Methods
__construct()
OrderNoProcessor constructor.
public
__construct(
$eccubeConfig :
EccubeConfig
, $orderRepository :
OrderRepository
)
: mixed
Parameters
- $eccubeConfig : EccubeConfig
- $orderRepository : OrderRepository
Return values
mixedprocess()
受注データ調整処理。
public
process(
$itemHolder :
ItemHolderInterface
, $context :
PurchaseContext
)
: mixed
Parameters
- $itemHolder : ItemHolderInterface
- $context : PurchaseContext