diff --git a/www/apps/resources/app/commerce-modules/payment/payment-provider/stripe/page.mdx b/www/apps/resources/app/commerce-modules/payment/payment-provider/stripe/page.mdx index 62d7811759216..e9299e64c472c 100644 --- a/www/apps/resources/app/commerce-modules/payment/payment-provider/stripe/page.mdx +++ b/www/apps/resources/app/commerce-modules/payment/payment-provider/stripe/page.mdx @@ -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"