chore(): Cart fixes and opti (#13455)

**What**
- Remove overserialization
- fix wrong transaction usage
- call the right service instead of higher level methods
This commit is contained in:
Adrien de Peretti
2025-09-10 12:53:36 +02:00
committed by GitHub
parent ac09b3cbef
commit 49a4caa62d
2 changed files with 295 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/cart": patch
---
chore(): Cart fixes and opti