chore(): upgrade mikro orm (#13450)
This commit is contained in:
@@ -868,7 +868,8 @@ export default class PricingModuleService
|
||||
return {
|
||||
attribute,
|
||||
operator: customRule.operator,
|
||||
value: customRule.value,
|
||||
// TODO: we throw above if value is not a number, but the model expect the value to be a string
|
||||
value: customRule.value.toString(),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user