Files
medusa-store/packages/modules/cart
Adrien de Peretti f4dd390ab1 chore: Apply defineMikroOrmCliConfig (#7975)
**What**
Ensure all module rely on the same config for the dev db

FIXES CORE-2493
2024-07-05 11:10:03 +00:00
..
2024-06-20 12:59:33 +02:00
2024-06-20 12:59:33 +02:00
2024-05-14 08:07:14 -03:00

Cart Module

A Cart is a collection of items that a customer intends to purchase. The Cart also stores where the items should be shipped, how they should be shipped, how the goods will be paid for and who the customer is. The Cart facilitates calculations of totals and validation of purchase flows.