feat: customer group update (#1098)

This commit is contained in:
Frane Polić
2022-02-24 18:03:20 +01:00
committed by olivermrbl
parent f983cfada6
commit d80eaa172d
8 changed files with 226 additions and 15 deletions

View File

@@ -52,6 +52,17 @@ module.exports = async (connection, data = {}) => {
name: "vip-customers",
})
await manager.insert(CustomerGroup, {
id: "customer-group-2",
name: "test-group-2",
metadata: { data1: "value1" },
})
await manager.insert(CustomerGroup, {
id: "customer-group-3",
name: "vest-group-3",
})
await manager.insert(CustomerGroup, {
id: "test-group-4",
name: "test-group-4",