docs: paypal integration tutorial (#14253)

This commit is contained in:
Shahed Nasser
2026-01-13 15:39:49 +02:00
committed by GitHub
parent 803ebb4ac7
commit 00fc32bc37
7 changed files with 1984 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -283,6 +283,14 @@ A Payment Module Provider processes payments made in your Medusa store using a t
{
href: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe"
},
{
href: "/integrations/guides/paypal",
title: "PayPal",
badge: {
variant: "blue",
children: "Tutorial"
}
}
]}
className="mb-1"

View File

@@ -1019,6 +1019,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/integrations/guides/payload/page.mdx",
"pathname": "/integrations/guides/payload"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/paypal/page.mdx",
"pathname": "/integrations/guides/paypal"
},
{
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
"pathname": "/integrations/guides/resend"

View File

@@ -9577,6 +9577,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"path": "/commerce-modules/payment/payment-provider/stripe",
"title": "Stripe",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"path": "/integrations/guides/paypal",
"title": "PayPal",
"children": []
}
]
},

View File

@@ -260,6 +260,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
"path": "/commerce-modules/payment/payment-provider/stripe",
"title": "Stripe",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/integrations/guides/paypal",
"title": "PayPal",
"children": []
}
]
},

View File

@@ -176,6 +176,11 @@ export const integrationsSidebar = [
path: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe",
},
{
type: "link",
path: "/integrations/guides/paypal",
title: "PayPal",
},
],
},
{

View File

@@ -121,6 +121,11 @@ export const paymentSidebar = [
path: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe",
},
{
type: "ref",
path: "/integrations/guides/paypal",
title: "PayPal",
},
],
},
{