Skip to content

Commit

Permalink
Merge pull request #391 from Backbase/feature/service-agreement-category
Browse files Browse the repository at this point in the history
service agreement category
  • Loading branch information
shafiquech authored Dec 4, 2023
2 parents 0712048 + f629547 commit 5d867e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.69.0](https://github.com/Backbase/stream-services/compare/3.68.0...3.69.0)
### Added
- Add customer category to service agreement spec

## [3.68.1](https://github.com/Backbase/stream-services/compare/3.68.0...3.68.1)
### Changed
- Add AccountArrangementItemPut mapping in ProductMapper
Expand Down
2 changes: 2 additions & 0 deletions api/stream-legal-entity/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,8 @@ components:
description: End time of the service agreement.
status:
$ref: '#/components/schemas/LegalEntityStatus'
customerCategory:
$ref: '#/components/schemas/CustomerCategory'
isMaster:
type: boolean
description: Master flag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ backbase:
product:
composition:
direct-uri: http://localhost:9003
http:
client-secret: bb-secret
client-id: bb-client
access-token-uri: "http://localhost:7779/oauth/token"

stream:
legalentity:
sink:
Expand Down

0 comments on commit 5d867e6

Please sign in to comment.