Skip to content

Commit

Permalink
Merge pull request #70 from LerianStudio/develop
Browse files Browse the repository at this point in the history
Develop to Main
  • Loading branch information
MartinezAvellan authored Sep 23, 2024
2 parents b87c35a + 1a3da37 commit 6e141ce
Show file tree
Hide file tree
Showing 54 changed files with 977 additions and 1,741 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.11.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.10.1...v1.11.0-beta.1) (2024-09-23)

## [1.10.1](https://github.com/LerianStudio/midaz/compare/v1.10.0...v1.10.1) (2024-09-19)

## [1.10.0](https://github.com/LerianStudio/midaz/compare/v1.9.0...v1.10.0) (2024-09-19)
Expand Down
4 changes: 2 additions & 2 deletions STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ The project is structured into several key directories, each serving specific ro
│   │   │   │   │   └── organization
│   │   │   │   └── portfolio
│   │   │   │   ├── account
│   │   │   │   ├── instrument
│   │   │   │   ├── asset
│   │   │   │   ├── portfolio
│   │   │   │   └── product
│   │   │   ├── gen
│   │   │   │   └── mock
│   │   │   │   ├── account
│   │   │   │   ├── instrument
│   │   │   │   ├── asset
│   │   │   │   ├── ledger
│   │   │   │   ├── metadata
│   │   │   │   ├── organization
Expand Down
2 changes: 1 addition & 1 deletion common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func ValidateCurrency(code string) error {
return ValidationError{
Code: "0005",
Title: "Currency Code Standard Compliance",
Message: "Currency-type instruments must adhere to the ISO-4217 standard. Please use a currency code that follows ISO-4217 guidelines.",
Message: "Currency-type assets must adhere to the ISO-4217 standard. Please use a currency code that follows ISO-4217 guidelines.",
}
}

Expand Down
Loading

0 comments on commit 6e141ce

Please sign in to comment.