From 751c55dd3c7466a3800d3fb3d8e65d055d8cb7ef Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 18 Apr 2023 17:17:07 +1000 Subject: [PATCH] Updates for tax model --- app/DataMapper/Tax/TaxModel.php | 4 ++-- app/DataMapper/Tax/tax_model.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/DataMapper/Tax/TaxModel.php b/app/DataMapper/Tax/TaxModel.php index a4f22947cb9c..09a9eae44b3f 100644 --- a/app/DataMapper/Tax/TaxModel.php +++ b/app/DataMapper/Tax/TaxModel.php @@ -68,7 +68,7 @@ class TaxModel $this->regions->AU = new \stdClass(); $this->regions->AU->has_sales_above_threshold = false; $this->regions->AU->tax_all_subregions = false; - $this->regions->AU->vat_threshold = 75000; + $this->regions->AU->tax_threshold = 75000; $this->auSubRegions(); return $this; @@ -115,7 +115,7 @@ class TaxModel $this->regions->EU->has_sales_above_threshold = false; $this->regions->EU->tax_all_subregions = false; - $this->regions->EU->vat_threshold = 10000; + $this->regions->EU->tax_threshold = 10000; $this->euSubRegions(); return $this; diff --git a/app/DataMapper/Tax/tax_model.yaml b/app/DataMapper/Tax/tax_model.yaml index c74c06d664bc..60736e5f5f37 100644 --- a/app/DataMapper/Tax/tax_model.yaml +++ b/app/DataMapper/Tax/tax_model.yaml @@ -106,7 +106,7 @@ region: apply_tax: false EU: tax_all: false - vat_threshold: 10000 + tax_threshold: 10000 has_sales_above_threshold: false subregions: AT: