Skip to content

Commit 38442ff

Browse files
committed
docs: paypal integration tutorial
1 parent 75eac9e commit 38442ff

File tree

8 files changed

+1987
-2
lines changed

8 files changed

+1987
-2
lines changed

www/apps/resources/app/integrations/guides/paypal/page.mdx

Lines changed: 1946 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/resources/app/integrations/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,14 @@ A Payment Module Provider processes payments made in your Medusa store using a t
283283
{
284284
href: "/commerce-modules/payment/payment-provider/stripe",
285285
title: "Stripe"
286+
},
287+
{
288+
href: "/integrations/guides/paypal",
289+
title: "PayPal",
290+
badge: {
291+
variant: "blue",
292+
children: "Tutorial"
293+
}
286294
}
287295
]}
288296
className="mb-1"

www/apps/resources/generated/edit-dates.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const generatedEditDates = {
103103
"app/deployment/admin/vercel/page.mdx": "2024-10-16T08:10:29.377Z",
104104
"app/deployment/storefront/vercel/page.mdx": "2025-05-20T07:51:40.712Z",
105105
"app/deployment/page.mdx": "2025-09-29T10:23:47.833Z",
106-
"app/integrations/page.mdx": "2025-12-02T12:33:55.600Z",
106+
"app/integrations/page.mdx": "2025-12-09T08:36:10.145Z",
107107
"app/medusa-cli/page.mdx": "2024-08-28T11:25:32.382Z",
108108
"app/medusa-container-resources/page.mdx": "2025-07-31T13:24:15.786Z",
109109
"app/medusa-workflows-reference/page.mdx": "2025-01-20T08:21:29.962Z",
@@ -6739,5 +6739,6 @@ export const generatedEditDates = {
67396739
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminUpdateOrderChange/page.mdx": "2025-12-01T18:33:00.960Z",
67406740
"references/promotion/types/promotion.ComputeActions/page.mdx": "2025-12-01T18:33:06.048Z",
67416741
"references/utils/PromotionUtils/enums/utils.PromotionUtils.ComputedActions/page.mdx": "2025-12-01T18:33:07.491Z",
6742-
"app/integrations/guides/strapi/page.mdx": "2025-11-17T10:34:00.881Z"
6742+
"app/integrations/guides/strapi/page.mdx": "2025-11-17T10:34:00.881Z",
6743+
"app/integrations/guides/paypal/page.mdx": "2025-12-09T08:35:43.191Z"
67436744
}

www/apps/resources/generated/files-map.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,10 @@ export const filesMap = [
987987
"filePath": "/www/apps/resources/app/integrations/guides/payload/page.mdx",
988988
"pathname": "/integrations/guides/payload"
989989
},
990+
{
991+
"filePath": "/www/apps/resources/app/integrations/guides/paypal/page.mdx",
992+
"pathname": "/integrations/guides/paypal"
993+
},
990994
{
991995
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
992996
"pathname": "/integrations/guides/resend"

www/apps/resources/generated/generated-commerce-modules-sidebar.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9569,6 +9569,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
95699569
"path": "/commerce-modules/payment/payment-provider/stripe",
95709570
"title": "Stripe",
95719571
"children": []
9572+
},
9573+
{
9574+
"loaded": true,
9575+
"isPathHref": true,
9576+
"type": "ref",
9577+
"path": "/integrations/guides/paypal",
9578+
"title": "PayPal",
9579+
"children": []
95729580
}
95739581
]
95749582
},

www/apps/resources/generated/generated-integrations-sidebar.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
260260
"path": "/commerce-modules/payment/payment-provider/stripe",
261261
"title": "Stripe",
262262
"children": []
263+
},
264+
{
265+
"loaded": true,
266+
"isPathHref": true,
267+
"type": "link",
268+
"path": "/integrations/guides/paypal",
269+
"title": "PayPal",
270+
"children": []
263271
}
264272
]
265273
},

www/apps/resources/sidebars/integrations.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ export const integrationsSidebar = [
176176
path: "/commerce-modules/payment/payment-provider/stripe",
177177
title: "Stripe",
178178
},
179+
{
180+
type: "link",
181+
path: "/integrations/guides/paypal",
182+
title: "PayPal",
183+
},
179184
],
180185
},
181186
{

www/apps/resources/sidebars/payment.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ export const paymentSidebar = [
121121
path: "/commerce-modules/payment/payment-provider/stripe",
122122
title: "Stripe",
123123
},
124+
{
125+
type: "ref",
126+
path: "/integrations/guides/paypal",
127+
title: "PayPal",
128+
},
124129
],
125130
},
126131
{

0 commit comments

Comments
 (0)