Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan Koryakovsky d0b5c3d8b2
Merge pull request #3 from profee-com/feature/PROF-23562
PROF-23562 schema required fields fix
2023-10-11 12:47:53 +05:00
unknown 2cf612cc01 PROF-23562 schema required fields fix 2023-10-11 12:47:15 +05:00
1 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,9 @@
"required": [
"fromCurrency",
"merchantId",
"toCurrency"
"toCurrency",
"fromCountry",
"toCountry"
],
"type": "object",
"properties": {