docs: clarify that stripe module provider is available in application (#10577)
This commit is contained in:
@@ -10,7 +10,7 @@ export const metadata = {
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
In this document, you’ll learn about the Stripe Module Provider and how to install and use it in the Payment Module.
|
||||
In this document, you’ll 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, you’ll 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"
|
||||
|
||||
Reference in New Issue
Block a user