fix(dashboard): promotion decimal value definition (#13371)

* fix(dashboard): pormotion decimal value definition

* fix: typo

* fix: fixed value decimals

* fix: translation
This commit is contained in:
Frane Polić
2025-09-04 16:07:29 +02:00
committed by GitHub
parent 21c31a2ab2
commit b7fef5b7ef
6 changed files with 52 additions and 15 deletions
@@ -7997,9 +7997,12 @@
"properties": {
"title": {
"type": "string"
},
"invalid": {
"type": "string"
}
},
"required": ["title"],
"required": ["title", "invalid"],
"additionalProperties": false
},
"value_type": {
@@ -2151,7 +2151,8 @@
"description": "The code your customers will enter during checkout."
},
"value": {
"title": "Promotion Value"
"title": "Promotion Value",
"invalid": "Invalid promotion value"
},
"value_type": {
"fixed": {