Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Basic tax engine shipping VAT fix #1168

Merged
merged 10 commits into from
Oct 12, 2024
Prev Previous commit
whoops, that was em
  • Loading branch information
duncanmcclean authored Oct 7, 2024
commit 01ac56f19eb030841c5d50ffcf2e41f06052100f
2 changes: 1 addition & 1 deletion docs/tax.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To enable the Basic Tax Engine, your config should look like this:
```php
// config/simple-commerce.php

'tax_engine' => \DuncanMcClean\SimpleCommerce\Tax\BasicTaxEngine::class,{
'tax_engine' => \DuncanMcClean\SimpleCommerce\Tax\BasicTaxEngine::class,

'tax_engine_config' => [
'rate' => 20,
Expand Down
Loading