Merge pull request #3 from profee-com/feature/PROF-23562

PROF-23562 schema required fields fix
pull/4/head
Ivan Koryakovsky 2023-10-11 12:47:53 +05:00 committed by GitHub
commit d0b5c3d8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {