2. ZoneMatcher¶
This bundle exposes the ZoneMatcher as sylius.zone_matcher service.
<?php
$zoneMatcher = $this->get('sylius.zone_matcher');
$zone = $zoneMatcher->match($user->getBillingAddress);
This bundle exposes the ZoneMatcher as sylius.zone_matcher service.
<?php
$zoneMatcher = $this->get('sylius.zone_matcher');
$zone = $zoneMatcher->match($user->getBillingAddress);