Skip to content
Merged
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
6 changes: 3 additions & 3 deletions www/apps/book/public/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29714,7 +29714,7 @@ export async function POST(
// ...
is_tax_inclusive: true,
}],
}
},
})

res.send(result)
Expand Down Expand Up @@ -47485,8 +47485,8 @@ export const applyFirstPurchasePromoWorkflow = createWorkflow(
entity: "promotion",
fields: ["code"],
filters: {
code: FIRST_PURCHASE_PROMOTION_CODE
}
code: FIRST_PURCHASE_PROMOTION_CODE,
},
}).config({ name: "retrieve-promotions" })

when({
Expand Down
6 changes: 5 additions & 1 deletion www/apps/resources/.content.eslintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ const compat = new FlatCompat({

export default [
{
ignores: ["**/references/**/*"],
ignores: [
"**/references/**/*",
// TODO remove this once we support v1 comments
"**/nextjs-starter/guides/customize-stripe/**",
],
},
{
plugins: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export async function POST(
// ...
is_tax_inclusive: true,
}],
}
},
})

res.send(result)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ export const applyFirstPurchasePromoWorkflow = createWorkflow(
entity: "promotion",
fields: ["code"],
filters: {
code: FIRST_PURCHASE_PROMOTION_CODE
}
code: FIRST_PURCHASE_PROMOTION_CODE,
},
}).config({ name: "retrieve-promotions" })

when({
Expand Down
1,433 changes: 830 additions & 603 deletions www/apps/resources/app/nextjs-starter/guides/customize-stripe/page.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/apps/resources/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5567,7 +5567,7 @@ export const generatedEditDates = {
"references/types/DmlTypes/types/types.DmlTypes.RelationshipTypes/page.mdx": "2024-12-10T14:54:55.435Z",
"app/recipes/commerce-automation/restock-notification/page.mdx": "2025-07-14T09:35:35.226Z",
"app/integrations/guides/shipstation/page.mdx": "2025-05-20T07:51:40.717Z",
"app/nextjs-starter/guides/customize-stripe/page.mdx": "2025-05-20T07:51:40.717Z",
"app/nextjs-starter/guides/customize-stripe/page.mdx": "2025-07-15T08:50:51.997Z",
"references/core_flows/Cart/Workflows_Cart/functions/core_flows.Cart.Workflows_Cart.listShippingOptionsForCartWithPricingWorkflow/page.mdx": "2025-07-14T09:31:27.176Z",
"references/core_flows/Cart/Workflows_Cart/variables/core_flows.Cart.Workflows_Cart.listShippingOptionsForCartWithPricingWorkflowId/page.mdx": "2024-12-17T16:57:22.044Z",
"references/core_flows/Fulfillment/Steps_Fulfillment/functions/core_flows.Fulfillment.Steps_Fulfillment.calculateShippingOptionsPricesStep/page.mdx": "2025-04-11T09:04:36.188Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9221,24 +9221,24 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Customize the Stripe Integration in the Next.js Starter",
"path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe",
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Implement Express Checkout with Medusa",
"path": "https://docs.medusajs.com/resources/storefront-development/guides/express-checkout",
"title": "Payment with Stripe in React Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment/stripe",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Payment with Stripe in React Storefront",
"path": "https://docs.medusajs.com/resources/storefront-development/checkout/payment/stripe",
"title": "Use Stripe's Payment Element in the Next.js Starter Storefront",
"path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe",
"children": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion www/apps/resources/generated/generated-tools-sidebar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ const generatedgeneratedToolsSidebarSidebar = {
"isPathHref": true,
"type": "link",
"path": "/nextjs-starter/guides/customize-stripe",
"title": "Customize Stripe Integration",
"title": "Use Stripe's Payment Element",
"children": []
},
{
Expand Down
2 changes: 1 addition & 1 deletion www/apps/resources/sidebars/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const toolsSidebar = [
{
type: "link",
path: "/nextjs-starter/guides/customize-stripe",
title: "Customize Stripe Integration",
title: "Use Stripe's Payment Element",
},
{
type: "link",
Expand Down
2 changes: 1 addition & 1 deletion www/packages/tags/src/tags/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const payment = [
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/saved-payment-methods"
},
{
"title": "Customize the Stripe Integration in the Next.js Starter",
"title": "Customize Stripe in Next.js Starter",
"path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe"
},
{
Expand Down
2 changes: 1 addition & 1 deletion www/packages/tags/src/tags/storefront.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const storefront = [
{
"title": "Customize the Stripe Integration in the Next.js Starter",
"title": "Use Stripe's Payment Element in the Next.js Starter Storefront",
"path": "https://docs.medusajs.com/resources/nextjs-starter/guides/customize-stripe"
},
{
Expand Down
Loading