Skip to content

Commit

Permalink
MODFEE-337 make status required in accountdata schema
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Oct 5, 2023
1 parent e52e84c commit 1a0b360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"provides":[
{
"id":"feesfines",
"version":"18.0",
"version":"19.0",
"handlers":[
{
"methods":[
Expand Down
1 change: 1 addition & 0 deletions ramls/accountdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"required": [
"amount",
"remaining",
"status",
"paymentStatus",
"userId",
"feeFineId",
Expand Down

0 comments on commit 1a0b360

Please sign in to comment.