Commit Graph
10 Commits
Author SHA1 Message Date
Adrien de PerettiandSebastian Rindom 8a2e4f74ff Feat(medusajs) Allow to pass custom headers (#1009)
* Feat(medusajs) Allow to pass custom headers

* fix: axios exprexted output

* fix: integration test cart

* refactor: Update types object > Record<string, any>

Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
2022-02-25 18:53:49 +01:00
Adrien de Peretti 88ac3c0785 Fix() Try to load index files (#1016) 2022-02-25 18:53:49 +01:00
Adrien de Peretti f115855282 Fix(request) retries is broken (#1005)
At the moment, when the method `shouldRetryCondition` is called, the condition are using OR which does not take in count 0 which is also considered as false
a simple fix is the usage of nullish coalescing
2022-02-01 17:25:16 +01:00
Adrien de Peretti ec7c10e446 Fix(medusa) product-option values type (#983) 2022-01-10 14:50:06 +01:00
Adrien de Peretti 0ac52b70fa fix: Type in AdminProductListTagsRes to use tags instead of types (#958) 2022-01-06 17:45:15 +01:00
Adrien de Peretti ae839513b8 Feat(plugins) Pass plugin options to the routes to be able to access specific options from the plugin configuration (#959) 2022-01-04 15:56:00 +01:00
Adrien de Peretti 77d2014ab4 Fix(admin) create product type tag (#963) 2022-01-03 18:13:04 +01:00
Adrien de Peretti 4f2d2d8b5e fix(medusa) Enforce authentication on users and invites (#953) 2021-12-29 12:56:40 +01:00
Adrien de Peretti a0b6946b5f Fix(medusa/loaders/plugins) jsdoc (#904) 2021-12-09 12:06:43 +01:00
Adrien de Peretti b212afae50 Feat() Add readme to integration-tests (#862) 2021-12-08 09:54:45 +01:00