Commit Graph

5 Commits

Author SHA1 Message Date
fPolic
bf3e04f41a feat: add extend param for customer groups 2022-02-25 18:53:49 +01:00
fPolic
93d8e8036e fix: integration test case 2022-02-25 18:53:49 +01:00
fPolic
6df5d9b0c6 test for the 404 case 2022-02-25 18:53:49 +01:00
fPolic
de06b47b15 feat: GET customer group endpoint 2022-02-25 18:53:49 +01:00
Philip Korsholm
3b878bc5dd 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-25 18:53:49 +01:00