docs: rename provider module to module provider (#7869)

* docs: rename provider module to module provider

* fix vale rule

* vale fixes
This commit is contained in:
Shahed Nasser
2024-07-01 10:21:19 +03:00
committed by GitHub
parent 2833e3c4d0
commit 1842cd33cf
28 changed files with 117 additions and 117 deletions
@@ -45,13 +45,13 @@ The example above returns the tax lines based on the tax region for the United S
The tax lines retrieved by the `getTaxLines` method are actually retrieved from the tax regions provider.
A tax provider module whose main service implements the logic to shape tax lines. Each tax region has a tax provider.
A tax module provider whose main service implements the logic to shape tax lines. Each tax region has a tax provider.
The Tax Module provides a `system` tax provider that only transforms calculated item and shipping tax rates into the required return type.
{/* ---
TODO add once tax provider guide is updated + add provider modules match other modules.
TODO add once tax provider guide is updated + add module providers match other modules.
## Create Tax Provider