Oli Juhl
ede221d4f7
feat(cart): POST /store/carts ( #6273 )
...
Depends on #6262
2024-02-05 15:15:15 +00:00
Oli Juhl
c15438c744
feat(cart): Migration file ( #6156 )
...
* feat(cart): Migration file
* fixup migration
* Add indexes on cart table for currency, region, and sales channel
* fix indexes
* address PR comments
2024-01-29 12:49:48 +01:00
Philip Korsholm
efd9204e26
Feat(medusa-test-utils, authentication, customer, cart, payment, pricing, product, promotion): Add initModule util ( #6200 )
...
* use initModules instead of initialize when runnning auth module integration tests
* rm unused module-config
* correct db schema fix
* update authentication integration tests w/ initModule
* update cart integration tests w/ initModule
* update customer integration tests w/ initModule
* update payment integration tests w/ initModule
* update pricing integration tests w/ initModule
* update product integration tests w/ initModule
* update promotion integration tests w/ initModule
* add initModule to more product tests and return medusaApp from initModule
* align moduleOptions naming
* update dependencies
2024-01-25 10:37:38 +08:00
Oli Juhl
2b35700dbc
feat(cart): Item tax lines + shipping method tax lines ( #6136 )
2024-01-24 11:42:27 +00:00
Oli Juhl
fd78f5e242
feat(cart): Shipping method adjustments ( #6119 )
2024-01-22 11:29:20 +01:00
Oli Juhl
06b33a9b45
feat(cart): Line item adjustments ( #6112 )
2024-01-22 09:55:47 +01:00
Adrien de Peretti
5e655dd59b
chore: Hide repository creation if they are not custom + add upsert support by default ( #6127 )
2024-01-19 15:09:38 +01:00
Oli Juhl
b132ff7669
feat(cart): Add line items in cart-creation ( #6114 )
2024-01-18 14:39:40 +01:00
Oli Juhl
7f7cb2a263
feat(cart): Shipping methods ( #6101 )
2024-01-18 12:16:15 +01:00
Oli Juhl
a5e8bf06c6
feat(cart): Line items operations ( #6066 )
2024-01-16 15:44:49 +01:00
Oli Juhl
192bc336cc
feat(cart): Partial module service implementation ( #6012 )
...
Awaiting #6000 #6008
**What**
- CRUD for Address in Cart Module service
- Tests for CRUD Carts + Address
**Not**
- Line items, shipping methods, tax lines, adjustment lines
2024-01-12 10:30:57 +00:00
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
Oli Juhl
925feea04a
feat(cart): Add cart module package ( #5982 )
...
* feat: Add CartModule foundation
* remove migration
* fix ts issue
* Create hot-dingos-pay.md
2024-01-02 15:59:23 +01:00