docs: paypal integration tutorial (#14253)
This commit is contained in:
1946
www/apps/resources/app/integrations/guides/paypal/page.mdx
Normal file
1946
www/apps/resources/app/integrations/guides/paypal/page.mdx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -176,6 +176,11 @@ export const integrationsSidebar = [
|
||||
path: "/commerce-modules/payment/payment-provider/stripe",
|
||||
title: "Stripe",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/integrations/guides/paypal",
|
||||
title: "PayPal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -121,6 +121,11 @@ export const paymentSidebar = [
|
||||
path: "/commerce-modules/payment/payment-provider/stripe",
|
||||
title: "Stripe",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
path: "/integrations/guides/paypal",
|
||||
title: "PayPal",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user