docs: add a note to stripe customization in next.js starter (#11929)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user