docs: updates to tax provider and other provider guides (#11626)

This commit is contained in:
Shahed Nasser
2025-02-26 16:13:05 +02:00
committed by GitHub
parent 65eb3aa6c8
commit 0eadcdd555
13 changed files with 246 additions and 138 deletions
@@ -15,6 +15,7 @@ In this document, youll learn how to create an auth provider module and the m
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-auth`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-auth`.
<Note>
@@ -15,6 +15,7 @@ In this document, youll learn how to create a file provider module and the me
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-file`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-file`.
<Note>
@@ -23,6 +23,7 @@ For example, when the merchant creates a fulfillment for an order, the Fulfillme
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-fulfillment`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-fulfillment`.
<Note>
@@ -15,6 +15,7 @@ In this document, youll learn how to create a notification provider module an
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-notification`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-notification`.
<Note>
@@ -23,6 +23,7 @@ For example, when the merchant captures an order's payment, the Payment Module u
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-payment`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-payment`.
<Note>
File diff suppressed because one or more lines are too long