Skip to content

Commit

Permalink
docs: clarify that stripe module provider is available in application (
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 12, 2024
1 parent e021c92 commit 65ad05f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down

0 comments on commit 65ad05f

Please sign in to comment.