Files
medusa-store/.changeset/red-mirrors-tap.md
T
Oli Juhl ce81cade88 feat(cart): Cart + Address services (#6055)
Duplicate of #6008, but I messed up my git history big time :'(

**What**
- CartService and CartRepository + tests
- AddressService and AddressRepository + tests
- CartModuleService skeleton. Full implementation + tests will be added in a separate PR
2024-01-11 14:40:13 +00:00

81 B

@medusajs/types
@medusajs/types
patch

feat(cart): Add CartService and AddressService