From 5587451c923b9ac40e3feca6c31f96de5bbaedf8 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 21 Mar 2025 12:24:22 +0200 Subject: [PATCH] docs: add a note to stripe customization in next.js starter (#11929) --- .../app/nextjs-starter/guides/customize-stripe/page.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx b/www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx index 7fcca61066..4cafe995d6 100644 --- a/www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx +++ b/www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx @@ -38,6 +38,12 @@ Stripe is a popular payment provider amongst Medusa users. While the Next.js Sta In this guide, you'll learn how to customize the starter's Stripe integration to accept multiple payment methods, such as PayPal, through Stripe. + + +The code snippets are regularly updated to ensure they work with the latest changes in the Next.js Starter Storefront's repository. If you find certain code snippets don't match your starter, make sure you've pulled all changes from the repository. If you have the latest changes, please consider [creating an issue](https://github.com/medusajs/medusa/issues) to update the documentation. + + + ## Step 1: Setup Medusa Project In this step, you'll setup a Medusa application and configure the Stripe Module Provider.