docs: add a note to stripe customization in next.js starter (#11929)

This commit is contained in:
Shahed Nasser
2025-03-21 12:24:22 +02:00
committed by GitHub
parent cab6f3a8ad
commit 5587451c92

View File

@@ -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.
<Note title="Important">
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.
</Note>
## Step 1: Setup Medusa Project
In this step, you'll setup a Medusa application and configure the Stripe Module Provider.