Added currency convertion rates

This commit is contained in:
DrMint 2022-03-11 10:13:05 +01:00
parent 810fb017d0
commit e28c6b286b
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@
"minLength": 3, "minLength": 3,
"maxLength": 3, "maxLength": 3,
"required": true "required": true
},
"rate_to_usd": {
"type": "decimal",
"required": true
},
"display_decimals": {
"type": "boolean",
"default": true,
"required": true
} }
} }
} }