feat(core-flows,medusa): Add customer validation on cart update (#9662)
This commit is contained in:
@@ -36,7 +36,7 @@ export const createAuthenticatedCustomer = async (
|
||||
actor_type: "customer",
|
||||
auth_identity_id: authIdentity.id,
|
||||
},
|
||||
http.jwtSecret
|
||||
http.jwtSecret!
|
||||
)
|
||||
|
||||
return { customer, authIdentity, jwt: token }
|
||||
|
||||
Reference in New Issue
Block a user