Minor fixes

This commit is contained in:
David Bomba 2023-04-21 14:40:56 +10:00
parent 7c0498a835
commit 4e5e9c3a16
2 changed files with 75 additions and 77 deletions

View File

@ -192,8 +192,6 @@ class BaseRule implements RuleInterface
public function tax($item = null): self
{
nlog($this->client_region);
nlog($this->seller_region);
if ($this->client->is_tax_exempt) {
return $this->taxExempt();