docs: update customize stripe in next.js storefront guide (#12963)

* docs: update customize stripe in next.js storefront guide

* change user to customer
This commit is contained in:
Shahed Nasser
2025-07-15 15:14:52 +03:00
committed by GitHub
parent 491b08e044
commit a1301caf58
11 changed files with 913 additions and 682 deletions
+3 -3
View File
@@ -29714,7 +29714,7 @@ export async function POST(
// ...
is_tax_inclusive: true,
}],
}
},
})
res.send(result)
@@ -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({