feat: customer group update (#1098)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user