Commit Graph

5 Commits

Author SHA1 Message Date
fPolic
ecd6ed820e feat: add extend param for customer groups 2022-02-21 15:24:52 +01:00
fPolic
8313680a71 fix: integration test case 2022-02-21 14:33:20 +01:00
fPolic
963b594a8a test for the 404 case 2022-02-21 13:56:41 +01:00
fPolic
21d99a44a9 feat: GET customer group endpoint 2022-02-21 13:56:23 +01:00
Philip Korsholm
b16976a6f4 Feat: Create customer group (#1074)
* fix babel transform-runtime regenerator required for migrations

* add customer group model

* add migration for customer group

* add customer group model export

* add customer group repository

* add customer group service

* add CustomerGroupRepository to "withTransaction" in CustomerGroupService

* remove unnecessary argument to runtime plugin

* service export ordering

* add create customer group endpoint

* add customergroup to route index in admin

* add customer group service

* add customer groups test

* cleanup

* duplicate error handling

* ducplicate name integration test

* add jsdoc

* customergroup not customer

* pr feedback

* pipeline test

* fix weird merge

Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
2022-02-18 09:58:54 +01:00