DeliveryFeeFreePreprocessor implements ItemHolderPreprocessor
送料無料条件を適用します.
Table of Contents
| $BaseInfo | BaseInfo | |
|---|---|---|
| __construct() | DeliveryFeeProcessor constructor. | mixed |
| process() | 受注データ調整処理。 | mixed |
Properties
$BaseInfo
protected
BaseInfo
$BaseInfo
Methods
__construct()
DeliveryFeeProcessor constructor.
public
__construct(
$baseInfoRepository :
BaseInfoRepository
)
: mixed
Parameters
- $baseInfoRepository : BaseInfoRepository
Return values
mixedprocess()
受注データ調整処理。
public
process(
$itemHolder :
ItemHolderInterface
, $context :
PurchaseContext
)
: mixed
Parameters
- $itemHolder : ItemHolderInterface
- $context : PurchaseContext