From 0bb3ea6d074c44d294eb54a79e6216f616bec8ec Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 29 Mar 2023 14:45:59 +1100 Subject: [PATCH] Fixes for eu taxes --- app/DataMapper/Tax/ZipTax/Response.php | 7 ------- 1 file changed, 7 deletions(-) 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) {