Carlos R. L. Rodrigues and Oliver Windall Juhl
2d525237b6
fix(stock-location): Stock location address required ( #3065 )
...
What:
- Removes the requirement to have an address id while creating a new stock location.
- Add field company to Location Address
FIXES: CORE-1018
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-01-23 12:47:04 +00:00
Carlos R. L. Rodrigues and Sebastian Rindom
f65f590a27
feat: inventory items api ( #2971 )
...
What:
Admin endpoints to handle inventory items and their stock levels per location
FIXES: CORE-975
Co-authored-by: Sebastian Rindom <7554214+srindom@users.noreply.github.com >
2023-01-23 12:06:23 +00:00
Carlos R. L. Rodrigues
aa54d902e5
chore: added missing withTransacton, create-variant using TO ( #3047 )
...
Create variant integrated with Inventory modules
2023-01-18 09:29:06 -03:00
Carlos R. L. Rodrigues
0175388835
feat(medusa): Transaction Orchestrator ( #2861 )
...
* chore: transaction orchestrator
2023-01-16 20:16:41 -03:00
Carlos R. L. Rodrigues
f6ec05f3f9
feat(medusa): Validate module required properties ( #3029 )
2023-01-15 17:08:08 +01:00
Carlos R. L. Rodrigues
9dbccd9ca7
feat(medusa, stock-location, inventory): Allow modules to integrate with core ( #2997 )
...
* feat: module shared resources
2023-01-13 10:39:43 -03:00
Carlos R. L. Rodrigues
93ee248493
feat(medusa, inventory): Inventory Management module ( #2956 )
...
* feat: inventory module
2023-01-10 14:38:30 -03:00
Carlos R. L. Rodrigues
c07ffb6165
feat(medusa): Stock location module ( #2907 )
...
* feat: stock location module
2023-01-04 13:11:59 -03:00
Carlos R. L. Rodrigues
726858d847
chore: complete payment collection on order edit even if confirmed ( #2877 )
2022-12-22 13:07:41 -03:00
Carlos R. L. Rodrigues
8dcc805ccf
feat(medusa): Validate required id before retrieving ( #2738 )
2022-12-19 09:49:18 +01:00
Carlos R. L. Rodrigues
15c667fbd3
feat(medusa,medusa-react): PaymentCollection support ( #2659 )
...
* chore: medusa react, order edit complete fix and single payment session
2022-12-07 12:39:35 -03:00
Carlos R. L. Rodrigues
01a879ac94
chore: markAsAuthorized and payment collection tests ( #2620 )
...
* chore: markAsAuthorized and payment collection tests
2022-11-18 11:23:35 -03:00
Carlos R. L. Rodrigues
ccfc5f666d
feat(medusa-js): Add payment and payment collections clients ( #2608 )
2022-11-15 21:27:00 +01:00
Carlos R. L. Rodrigues
4baa2e0149
docs: payment and payment collection OAS ( #2604 )
2022-11-15 14:30:47 +00:00
Carlos R. L. Rodrigues
755ba90c05
feat(medusa): Payment Collection endpoints ( #2525 )
2022-11-11 18:28:45 +01:00
Carlos R. L. Rodrigues
c3f8297599
feat(medusa): manage payment sessions from payment collection ( #2402 )
...
* feat: manage payment sessions from payment collection
2022-11-02 13:34:29 -03:00
Carlos R. L. Rodrigues
b88cef2b1f
feat: Development server for core + plugins ( #2448 )
2022-10-21 15:53:06 +02:00
Carlos R. L. Rodrigues
d0f274dbe7
feat(medusa): PaymentCollectionService ( #2365 )
2022-10-07 09:37:10 +02:00
Carlos R. L. Rodrigues
e20f77ac66
feat: payment collection data model ( #2343 )
...
* feat: payment collection data model
2022-10-04 15:41:12 -03:00
Carlos R. L. Rodrigues
eb8034502b
chore: initial commit fix linting issues ( #2169 )
...
* chore: lint fixes
2022-09-21 12:19:03 -03:00
Carlos R. L. Rodrigues
a94d9816fe
chore: Centralise ESLint rules ( #2162 )
...
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00
Carlos R. L. Rodrigues
846ae637e2
fix(medusa): Hot reloading on Windows ( #2105 )
2022-08-29 15:46:15 +02:00
Carlos R. L. Rodrigues
ffd6234356
chore(integration): throw errors on catch blocks ( #2091 )
...
Why:
Suppressing errors and not failing the execution will lead to misleading errors of the following tests.
Fixes CORE-461
2022-08-25 06:36:24 +00:00
Carlos R. L. Rodrigues
690ca9e89a
chore(integration-tests): Normalize DB config + use single process ( #2077 )
2022-08-24 12:29:53 +02:00