feat(core-flows): Emit cart trasnferred customer (#12425)

**What**
When a cart is transferred emit an event notifying of the action with the cart id and the customer id
This commit is contained in:
Adrien de Peretti
2025-05-11 15:17:19 +00:00
committed by GitHub
parent 47700899ed
commit fff285f8d2
3 changed files with 92 additions and 64 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/core-flows": patch
"@medusajs/utils": patch
---
feat(core-flows): Emit cart trasnferred customer