Property | Type | Description | |
---|---|---|---|
$adjustmentFactory | Sylius\Component\Resource\Factory\FactoryInterface | ||
$shippingChargesCalculator | Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface |
Method | Description | |
---|---|---|
__construct ( Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory, Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface $shippingChargesCalculator ) | ||
process ( Sylius\Component\Order\Model\OrderInterface $order ) |
public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory, Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface $shippingChargesCalculator ) | ||
$adjustmentFactory | Sylius\Component\Resource\Factory\FactoryInterface | |
$shippingChargesCalculator | Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface |
public process ( Sylius\Component\Order\Model\OrderInterface $order ) | ||
$order | Sylius\Component\Order\Model\OrderInterface |
protected FactoryInterface,Sylius\Component\Resource\Factory $adjustmentFactory | ||
return | Sylius\Component\Resource\Factory\FactoryInterface |