| 1 | <?php |
||
| 14 | class DeliverySettingValidator extends ValidatableItemProcessor |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var DeliveryRepository |
||
| 18 | */ |
||
| 19 | protected $deliveryRepository; |
||
| 20 | |||
| 21 | public function __construct(DeliveryRepository $deliveryRepository) |
||
| 25 | |||
| 26 | protected function validate(ItemInterface $item, PurchaseContext $context) |
||
| 39 | |||
| 40 | protected function handle(ItemInterface $item, PurchaseContext $context) |
||
| 44 | } |
||
| 45 |