Skip to content

Commit

Permalink
fix(errors): improve error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Oct 23, 2024
1 parent 00344a4 commit 320fd38
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 76 deletions.
18 changes: 14 additions & 4 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,21 @@
},
"fulfillment_product": {
"disabled": false,
"address": "localhost:50067"
"address": "localhost:50067",
"tech_user": {
"id": "root_tech_user",
"token": "1a4c6789-6435-487a-9308-64d06384acf9"
}
},
"invoice": {
"disabled": true,
"address": "localhost:50077",
"createOnSubmit": true,
"cleanupPostSubmit": true
"cleanupPostSubmit": true,
"tech_user": {
"id": "root_tech_user",
"token": "1a4c6789-6435-487a-9308-64d06384acf9"
}
}
},
"server": {
Expand Down Expand Up @@ -346,7 +354,9 @@
"message": "Action not allowed on this resource"
}
},
"preDefinedIds": {
"legalAddressTypeId": "legal"
"contactPointTypeIds": {
"legal": "legal",
"shipping": "shipping",
"billing": "billing"
}
}
Loading

0 comments on commit 320fd38

Please sign in to comment.