There seems to be typo in European Union VAT tax type

    $zones['sk'] = new TaxZone([
      'id' => 'sk',
      'label' => $this->t('Slovakia'),
      'territories' => [
        ['country_code' => 'SE'],
      ],
      ...

Country code for Slovakia should be SK (and not SE, Sweden).

Comments

mitrpaka created an issue. See original summary.

mitrpaka’s picture

Status: Active » Needs review

  • bojanz committed ac05d27 on 8.x-2.x authored by mitrpaka
    Issue #2878586: Fixed country code for Slovakia in European Union VAT...
bojanz’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.