diff --git a/app/DataMapper/Tax/ZipTax/Response.php b/app/DataMapper/Tax/ZipTax/Response.php index 8ea3d7d4b307..3e4893cdd28c 100644 --- a/app/DataMapper/Tax/ZipTax/Response.php +++ b/app/DataMapper/Tax/ZipTax/Response.php @@ -95,13 +95,6 @@ class Response public float $district5UseTax = 0; public string $originDestination = ""; - //EU - public float $vat_rate = 0; - public float $vat_reduced_rate = 0; - public string $vat_country_code = ""; - - - public function __construct($data) {