docs: clarify that stripe module provider is available in application (#10577)

This commit is contained in:
Shahed Nasser
2024-12-12 13:20:00 +02:00
committed by GitHub
parent e021c9258c
commit 65ad05f74c
@@ -10,7 +10,7 @@ export const metadata = {
# {metadata.title}
In this document, youll learn about the Stripe Module Provider and how to install and use it in the Payment Module.
In this document, youll learn about the Stripe Module Provider and how to configure it in the Payment Module.
## Register the Stripe Module Provider
@@ -29,7 +29,7 @@ In this document, youll learn about the Stripe Module Provider and how to ins
}
]} />
Add the module to the array of providers passed to the Payment Module:
The Stripe Module Provider is installed by default in your application. To use it, add it to the array of providers passed to the Payment Module in `medusa-config.ts`:
```ts title="medusa-config.ts"
import { Modules } from "@medusajs/framework/utils"