Added currency convertion rates
This commit is contained in:
parent
810fb017d0
commit
e28c6b286b
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue