Zakaria El Asri
e8b6d2139d
fix: return reasons type ( #893 )
2021-12-07 17:23:32 +01:00
Oliver Windall Juhl
6579c13111
feat: Admin shipping options routes to Typescript ( #891 )
2021-12-07 17:07:23 +01:00
Zakaria El Asri
487356a96f
fix: medusa-js complete cart types + oas comments ( #889 )
2021-12-07 11:02:53 +01:00
Derek Wene
4e7a92c1b6
Fix draft order line items ( #873 )
2021-12-07 11:02:35 +01:00
Zakaria El Asri
efadffe37a
fix: refresh payment session oas comment ( #888 )
2021-12-07 10:10:07 +01:00
Derek Wene
89472b7d88
fix(medusa): order tax_rate type ( #879 )
...
* fix(order): tax_rate column should be numeric, not integer, since region.tax_rate uses numeric
* chore: cleanup
* fix(tax_rate): use REAL database numeric type for tax_rate column on order and region
2021-12-06 09:58:04 +01:00
Philip Korsholm
80089d04d8
Fix: get fulfillment options ( #852 )
2021-12-03 13:19:25 +01:00
Zakaria El Asri
74bc9c618f
fix: create cart with items ( #851 )
...
* fix: create cart with items
* remove: verbose mode
* fix: unit test
2021-12-01 10:53:01 +01:00
olivermrbl
72c5030da3
Merge branch 'master' into develop
2021-11-22 13:40:55 +01:00
Oliver Windall Juhl
f387b4919f
fix: Addresses breaking change from library class-transformer ( #835 )
...
Co-authored-by: Philip Korsholm <philip.korsholm@hotmail.com >
2021-11-22 13:39:38 +01:00
Sebastian Rindom
59761163c2
chore: merge release
2021-11-20 15:59:31 +01:00
Derek Wene
ebb7c0aa53
Fix: admin api create customer ( #826 )
2021-11-20 11:50:28 +01:00
Derek Wene
2d9879ea09
feat: admin api - allow customers to be created and updated with metadata ( #824 )
...
* feat: admin api - allow customers to be created and updated with metadata
* feat: add integration test for metadata
2021-11-18 18:50:36 +01:00
Oliver Windall Juhl
373532ecbc
feat: Typescript for API layer ( #817 )
...
Co-authored-by: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com >
Co-authored-by: Zakaria El Asri <33696020+zakariaelas@users.noreply.github.com >
Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com >
Co-authored-by: Philip Korsholm <philip.korsholm@hotmail.com >
Co-authored-by: Sebastian Rindom <seb@medusa-commerce.com >
2021-11-18 15:19:17 +01:00
Rolwin Reevan Monteiro
8ce9b20222
feat: Algolia plugin for medusa ( #718 )
...
Co-authored-by: Rolwin Monterio <rolwin@yellow.ai >
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-11-12 14:10:00 +01:00
Oliver Windall Juhl
1e50aee4fe
feat: Allow retrieval of soft-deleted products ( #723 )
2021-11-10 22:23:56 +01:00
Ajordat
caf4357c4d
fix: make packages/medusa/src/services/payment-provider.js pass eslint ( #549 )
...
* fix: make packages/medusa/src/services/payment-provider.js pass eslint
* Linted files line-item, payment-provider and shipping-option.
* Update README.md (#692 )
* fix: make packages/medusa/src/services/payment-provider.js pass eslint
* Linted files line-item, payment-provider and shipping-option.
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2021-11-10 17:37:23 +01:00
Sebastian Rindom
3ea6aea5be
fix: updates documentation and fixes script blockers ( #765 )
2021-11-10 09:18:16 +01:00
Sebastian Rindom
7ecfe207de
hotfix: joins discounts when creating claims ( #760 )
...
* fix: join discounts when creating claims
* fix: rm verbose/only
* fix: rm dup tests
2021-11-09 12:27:38 +01:00
Sebastian Rindom
8f8b946e90
Merge remote-tracking branch 'origin/master' into develop
2021-11-09 10:21:14 +01:00
Sebastian Rindom
af9e539869
hotfix(medusa): join missing discount rule on swaps ( #759 )
2021-11-09 10:13:55 +01:00
Leo Lou
0caba0d491
fix: make packages/medusa/src/services/cart.js pass eslint ( #700 )
2021-11-07 19:12:15 +01:00
Sebastian Rindom
e0fa06fe96
fix: make it possible to update order shipping address ( #668 )
2021-11-05 16:48:29 +01:00
Sebastian Rindom
45b344fbe1
fix: add product count to storefront ( #719 )
2021-11-04 15:32:48 +01:00
Zakaria El Asri
0a65eca3de
fix: delete region causes cascade error ( #672 )
...
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-11-03 15:19:46 +01:00
Sebastian Rindom
692cccf53a
Merge remote-tracking branch 'origin/master' into develop
2021-11-03 14:13:58 +01:00
Sebastian Rindom
a5fe1c2e28
fix: include discount rule in swap retrieval ( #682 )
2021-11-03 14:11:27 +01:00
Sebastian Rindom
e82737a035
fix: adds options to default relations in storefront product endpoints ( #712 )
2021-11-03 13:15:36 +01:00
Sebastian Rindom
109d400720
fix(medusa): add total count for list queries in product ( #710 )
2021-11-03 13:15:11 +01:00
Sebastian Rindom
58127564d7
feat(medusa): adds collection endpoints to storefront ( #711 )
...
Adds:
- `/store/collections/:id`
- `/store/collections`
2021-11-03 11:24:45 +01:00
Sebastian Rindom
9895b6e057
hotfix(medusa): join missing discount rule ( #708 )
2021-11-02 16:02:13 +01:00
Mihir50
a351398379
fix: Make packages/medusa/src/services/product-variant.js pass linting ( #693 )
2021-10-31 12:48:18 +01:00
Asian Cat
f01166272d
fix: make packages/medusa/src/api/routes/admin/notes pass eslint ( #690 )
2021-10-31 09:34:47 +01:00
Emme Bravo
d9ee127284
fix: make api/routes/store/swaps pass eslint ( #678 )
2021-10-31 09:32:17 +01:00
Abdullah Pathan
c9234c2343
fix: make api/routes/admin/apps pass eslint ( #641 )
2021-10-31 08:55:58 +01:00
Srujan Deshpande
7a230ec7e9
fix: make packages/medusa/src/api/routes/admin/store pass eslint ( #686 )
2021-10-29 14:49:41 +02:00
Oliver Windall Juhl
5ce949f3b0
Revert "fix: make packages/medusa/src/api/routes/store/carts pass eslint ( #652 )" ( #689 )
...
Integration tests not passing.
2021-10-29 11:27:40 +02:00
Leo Leone
1ba63cce08
fix: make packages/medusa/src/api/routes/store/carts pass eslint ( #652 )
2021-10-29 11:18:38 +02:00
Marlon Emmerich
2c415ea520
fix: make packages/medusa/src/services/shipping-profile.js pass eslint ( #582 )
2021-10-29 11:09:59 +02:00
Alok Kumar Sahoo
6c50d4ddfd
chore: make /packages/medusa/src/services/event-bus.js pass linting ( #575 )
2021-10-29 11:05:23 +02:00
Woramat Ngamkham
dc8821095c
fix: make packages/medusa/src/api/routes/admin/orders pass eslint ( #649 )
2021-10-27 19:49:59 +02:00
michizhou
ce4d3616d7
fix: make packages/medusa/src/api/routes/admin/shipping-profiles pass eslint ( #642 )
2021-10-27 09:15:46 +02:00
Sebastian Rindom
b7eae378f9
Merge remote-tracking branch 'origin/master' into develop
2021-10-26 22:12:46 +02:00
Leo Leone
2f7deea1d0
fix: make packages/medusa/src/api/routes/admin/returns pass eslint ( #653 )
2021-10-26 20:05:58 +02:00
Leo Leone
a8fc89af06
fix: make packages/medusa/src/api/routes/admin/return-reasons pass eslint ( #654 )
2021-10-26 20:01:30 +02:00
Daniel Tiringer
c648a3c960
Fix linting errors in admin/draft-orders ( #676 )
2021-10-26 19:59:36 +02:00
Luca Pizzini
748270a75d
chore: Make packages/medusa/src/api/routes/admin/customers pass linting ( #681 )
2021-10-26 19:55:08 +02:00
Philip Korsholm
68c2a4fe3a
Fix/polish discount ( #569 )
...
* formatting and optional "is_dynamic" on updates
* formatting
* uppercasing discount code on update
* multiple regions fail with fixed discounts
* discount testing
* testing
* spelling
* removed comment
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
2021-10-26 13:20:38 +02:00
Sebastian Rindom
9f1ae87605
Merge pull request #677 from RonaldoCaetano/fix-discounts
...
Fix discounts
2021-10-26 12:00:06 +02:00
Sebastian Rindom
d84531f5f3
Merge pull request #670 from medusajs/hotfix/allow-empty-search-query
...
fix: allow empty string to search product route
2021-10-26 08:42:18 +02:00