add discount
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-05 03:54:59 +07:00
parent 5ecaa0f09b
commit 797bf40fdc
6 changed files with 112 additions and 84 deletions
+8
View File
@@ -363,6 +363,10 @@
"type": "string",
"format": "int64"
},
"discount": {
"type": "string",
"format": "int64"
},
"variants": {
"type": "array",
"items": {
@@ -396,6 +400,10 @@
"amountOld": {
"type": "string",
"format": "int64"
},
"discount": {
"type": "string",
"format": "int64"
}
}
},