Skip to content

Commit 375164b

Browse files
committed
changed file name and added redirect
1 parent d0a6d36 commit 375164b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

14/umbraco-commerce/.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ key-concepts/events: key-concepts/events/README.md
1616
getting-started/introduction: getting-started/requirements.md
1717
installation/install: getting-started/install.md
1818
installation/the-licensing-model: getting-started/the-licensing-model.md
19+
key-concepts/sales-taxt-providers: key-concepts/sales-tax-providers.md

14/umbraco-commerce/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* [Complex Variants](key-concepts/product-variants/complex-variants.md)
5959
* [Properties](key-concepts/properties.md)
6060
* [ReadOnly and Writable Entities](key-concepts/readonly-and-writable-entities.md)
61-
* [Sales Tax Providers](key-concepts/sales-taxt-providers.md)
61+
* [Sales Tax Providers](key-concepts/sales-tax-providers.md)
6262
* [Search Specifications](key-concepts/search-specifications.md)
6363
* [Settings Objects](key-concepts/settings-objects.md)
6464
* [Shipping Package Factories](key-concepts/shipping-package-factories.md)
File renamed without changes.

14/umbraco-commerce/reference/taxes/calculated-tax-rates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This option allows you to dynamically calculate the tax obligations of an order
88

99
When using calculated rate taxes, taxes are calculated as a single price adjustment against the order total price and will not offer any breakdown.
1010

11-
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
11+
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-tax-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
1212

1313
{% hint style="info" %}
14-
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-taxt-providers.md).
14+
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-tax-providers.md).
1515

1616
A TaxJar example is provided on GitHub at [https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar](https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar)
1717
{% endhint %}

14/umbraco-commerce/release-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch
2323

2424
#### 14.1.0 (25th September 2024)
2525

26-
* Added [Sales Tax Provider](../key-concepts/sales-taxt-providers.md) support.
26+
* Added [Sales Tax Provider](../key-concepts/sales-tax-providers.md) support.
2727
* Added Tax Calculation Method to allow for calculated tax rates.
2828
* Updated Countries to accept a tax calculation method.
2929
* Updated Tax Classes to support tax codes.

0 commit comments

Comments
 (0)