CommerceGuys\Tax\Resolver\Context::setStoreRegistrations PHP Method

setStoreRegistrations() public method

Sets the store registrations.
public setStoreRegistrations ( array $storeRegistrations )
$storeRegistrations array An array of country codes.
    public function setStoreRegistrations(array $storeRegistrations)
    {
        $this->storeRegistrations = $storeRegistrations;
        return $this;
    }