diff --git a/Dto/Merchant.php b/Dto/Merchant.php index 02c5d63..2014fcd 100644 --- a/Dto/Merchant.php +++ b/Dto/Merchant.php @@ -72,7 +72,7 @@ public function isEuRegistered(): bool } // Poor man's guess, but might work in the vast majority of cases - $vatPrefix = match($this->address->getCountryCode()) { + $vatPrefix = match ($this->address->getCountryCode()) { 'UK' => 'GB', 'GR' => 'EL', default => $this->address->getCountryCode(),