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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user