Updates for tax model

This commit is contained in:
David Bomba 2023-04-18 17:17:07 +10:00
parent c43d0ea652
commit 751c55dd3c
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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: