Skip to content

Commit 0eadcdd

Browse files
authored
docs: updates to tax provider and other provider guides (#11626)
1 parent 65eb3aa commit 0eadcdd

File tree

13 files changed

+246
-138
lines changed

13 files changed

+246
-138
lines changed

www/apps/resources/references/auth_provider/classes/auth_provider.AbstractAuthModuleProvider/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In this document, you’ll learn how to create an auth provider module and the m
1515
Start by creating a new directory for your module provider.
1616

1717
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-auth`.
18+
1819
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-auth`.
1920

2021
<Note>

www/apps/resources/references/file/classes/file.AbstractFileProviderService/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In this document, you’ll learn how to create a file provider module and the me
1515
Start by creating a new directory for your module provider.
1616

1717
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-file`.
18+
1819
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-file`.
1920

2021
<Note>

www/apps/resources/references/fulfillment_provider/classes/fulfillment_provider.AbstractFulfillmentProviderService/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For example, when the merchant creates a fulfillment for an order, the Fulfillme
2323
Start by creating a new directory for your module provider.
2424

2525
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-fulfillment`.
26+
2627
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-fulfillment`.
2728

2829
<Note>

www/apps/resources/references/notification/classes/notification.AbstractNotificationProviderService/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In this document, you’ll learn how to create a notification provider module an
1515
Start by creating a new directory for your module provider.
1616

1717
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-notification`.
18+
1819
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-notification`.
1920

2021
<Note>

www/apps/resources/references/payment_provider/classes/payment_provider.AbstractPaymentProvider/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For example, when the merchant captures an order's payment, the Payment Module u
2323
Start by creating a new directory for your module provider.
2424

2525
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-payment`.
26+
2627
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-payment`.
2728

2829
<Note>

www/apps/resources/references/tax_provider/interfaces/tax_provider.ITaxProvider/page.mdx

Lines changed: 91 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)