From 65ad05f74c630c43f9895a1b22d41080bd2280ed Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Dec 2024 13:20:00 +0200 Subject: [PATCH] docs: clarify that stripe module provider is available in application (#10577) --- .../commerce-modules/payment/payment-provider/stripe/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 62d7811759..e9299e64c4 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"