Skip to content

Commit

Permalink
EDGPATRON-143: fixed PreferredEmailCommunication Service to Services
Browse files Browse the repository at this point in the history
  • Loading branch information
kverma2013 committed Aug 5, 2024
1 parent 6acaa82 commit 788b107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramls/examples/external_patron_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mobilePhone": "123-456-7890",
"email": "[email protected]"
},
"preferredEmailCommunication": ["Programs", "Service"]
"preferredEmailCommunication": ["Programs", "Services"]
}
],
"totalRecords": 2
Expand Down
2 changes: 1 addition & 1 deletion ramls/external_patron.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"description": "Email communication info of external patron",
"items": {
"type": "string",
"enum": ["Support", "Programs", "Service"]
"enum": ["Support", "Programs", "Services"]
},
"maxItems": 3,
"uniqueItems": true
Expand Down

0 comments on commit 788b107

Please sign in to comment.