Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,946 changes: 1,946 additions & 0 deletions www/apps/resources/app/integrations/guides/paypal/page.mdx

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions www/apps/resources/app/integrations/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions www/apps/resources/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const generatedEditDates = {
"app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z",
"app/deployment/storefront/vercel/page.mdx": "2025-05-20T07:51:40.712Z",
"app/deployment/page.mdx": "2025-09-29T10:23:47.833Z",
"app/integrations/page.mdx": "2025-12-02T12:33:55.600Z",
"app/integrations/page.mdx": "2025-12-09T08:36:10.145Z",
"app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z",
"app/medusa-container-resources/page.mdx": "2025-07-31T13:24:15.786Z",
"app/medusa-workflows-reference/page.mdx": "2025-01-20T08:21:29.962Z",
Expand Down Expand Up @@ -6739,5 +6739,6 @@ export const generatedEditDates = {
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminUpdateOrderChange/page.mdx": "2025-12-01T18:33:00.960Z",
"references/promotion/types/promotion.ComputeActions/page.mdx": "2025-12-01T18:33:06.048Z",
"references/utils/PromotionUtils/enums/utils.PromotionUtils.ComputedActions/page.mdx": "2025-12-01T18:33:07.491Z",
"app/integrations/guides/strapi/page.mdx": "2025-11-17T10:34:00.881Z"
"app/integrations/guides/strapi/page.mdx": "2025-11-17T10:34:00.881Z",
"app/integrations/guides/paypal/page.mdx": "2025-12-09T08:35:43.191Z"
}
4 changes: 4 additions & 0 deletions www/apps/resources/generated/files-map.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9569,6 +9569,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": []
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions www/apps/resources/sidebars/integrations.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ export const integrationsSidebar = [
path: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe",
},
{
type: "link",
path: "/integrations/guides/paypal",
title: "PayPal",
},
],
},
{
Expand Down
5 changes: 5 additions & 0 deletions www/apps/resources/sidebars/payment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ export const paymentSidebar = [
path: "/commerce-modules/payment/payment-provider/stripe",
title: "Stripe",
},
{
type: "ref",
path: "/integrations/guides/paypal",
title: "PayPal",
},
],
},
{
Expand Down
Loading