public function ShippingCurrencyOrderProcessor::__construct in Commerce Currency Resolver 8
Constructs a new ShippingCurrencyOrderProcessor object.
Parameters
\Drupal\commerce_shipping\ShippingOrderManagerInterface $shipping_order_manager: The shipping order manager.
File
- modules/
shipping/ src/ ShippingCurrencyOrderProcessor.php, line 28
Class
- ShippingCurrencyOrderProcessor
- Force refresh of shipping rates for shipment for currency changes.
Namespace
Drupal\commerce_currency_resolver_shippingCode
public function __construct(ShippingOrderManagerInterface $shipping_order_manager) {
$this->shippingOrderManager = $shipping_order_manager;
}