Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a68a7db

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: adjusting config
1 parent 060274e commit a68a7db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/v3/app_register/send.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"enum": [1]
1515
},
1616
"app_markup_percentage": {
17-
"description": "[Optional] Markup to be added to contract prices (as a percentage of contract payout).",
17+
"description": "[Optional] Markup to be added to contract prices (as a percentage of contract payout). Max markup: 3%.",
1818
"type": "number",
19-
"maximum": 5,
19+
"maximum": 3,
2020
"minimum": 0
2121
},
2222
"appstore": {

config/v3/app_update/send.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"type": "integer"
1414
},
1515
"app_markup_percentage": {
16-
"description": "[Optional] Markup to be added to contract prices (as a percentage of contract payout).",
16+
"description": "[Optional] Markup to be added to contract prices (as a percentage of contract payout). Max markup: 3%.",
1717
"type": "number",
18-
"maximum": 5,
18+
"maximum": 3,
1919
"minimum": 0
2020
},
2121
"appstore": {

0 commit comments

Comments
 (0)