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
zakariaelas
24eecd2922
fix: use type to choose transformer before adding or replacing documents
2021-09-24 11:34:14 +01:00
Sebastian Rindom
88d96a29fd
fix: adds transformer to map field names to field_id names
2021-06-15 17:55:22 +02:00
Sebastian Rindom
cfab2d408a
fix: don't divide zero decimal currencies
2021-03-22 10:31:22 +01:00
Sebastian Rindom
00cbf8444d
fix(medusa-core-utils): adds country utils
2020-09-07 11:33:59 +02:00
Oliver Windall Juhl
eb47896668
fix(contentful-plugin): Keep existing entry fields
2020-08-27 18:03:46 +02:00
Sebastian Rindom
516bc7675d
Adds Middleware API ( #40 )
...
* Adds test project
* Adds e2e for end-2-end tests
* Update gitignore
* Update loaders
* Creates test project
* v0.1.27
* Upgrade
* dependency fixes
* Load project plugins in the plugin loader
* Issue with instanceof
* Fixes versioning issues
* Adds medusa middleware api
* Adds documentation
* Fixes tests
2020-05-01 13:33:03 +02:00
Sebastian Rindom
ed472e9fba
Creates test request helper for API endpoints
...
Separates common utils into the medusa-core-utils package.
Sets up a testing environment where mocked models/services/etc. can be placed in
__mocks__ folder within its corresponding directory. The mocks will
automatically be registered in a awilix container only used for testing.
2020-01-21 15:13:47 +01:00