Skip to content

Commit

Permalink
fix: original tax
Browse files Browse the repository at this point in the history
  • Loading branch information
itsemon245 committed May 4, 2024
1 parent 8ab6bca commit d63ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Frontend/TaxCalculatorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function calcTax(int $value, $request, string $type)
}
return [
'tax' => $totalTax,
'original' => $originalTax,
'original-tax' => $originalTax,
'min-tax-applied' => $minTaxApplied
];
}
Expand Down

0 comments on commit d63ae31

Please sign in to comment.