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
@@ -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({