feat(core-flows,medusa): Add customer validation on cart update (#9662)

This commit is contained in:
Riqwan Thamir
2024-10-22 12:19:12 +02:00
committed by GitHub
parent 68cb7d0b27
commit 0d803b3f2d
6 changed files with 231 additions and 62 deletions

View File

@@ -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 }