-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(settlements)!: SettlementModel currency is mandatory #811
Conversation
BREAKING CHANGE: currency is mandatory on /post settlementModels creation of settlementModel on startup has been removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good! Some minor comments for you to address.
Also, please add an additional comment to the POST /settlementModels API that it will create any associated ledgerAccountTypes for every participant that matches the settlementModel's currency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See minor comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Nice title! |
* WIP participantcurrency_pcl_unique error when creating participant * WIP * WIP * allow multiple settlementModels * fix: settlementModel has currency as required BREAKING CHANGE: currency is mandatory on /post settlementModels creation of settlementModel on startup has been removed * added codeowners * cleaned and added comments and descriptions * added more info on API * added a commentS * dependencies update Co-authored-by: Shashikant Hirugade <shashi.pioneer@gmail.com>
fix: settlementModel has currency as required
BREAKING CHANGE: currency is mandatory on /post settlementModels
creation of settlementModel on startup has been removed