Backbase / stream-services

Stream Services are an Open-Source accelerator to connect with Backbase "out-of-the-box" components responsible for orchestrating calls to Banking Services.
http://engineering.backbase.com/stream-services/
Other
28 stars 20 forks source link

Hotfix/existing pmt mapping #439

Closed Jan-Nel closed 1 month ago

Jan-Nel commented 2 months ago

Currently, during pmt ingestion, we query the payment-order-service to retrieve a list of existing pmts. That way we can see what needs to be updated and what is new. We query these pmts by using the user's id. Unfortunately, as soon as we introduce joint users, then not all the payments will come up. This results in duplicates being created.

This update will query the payment-order-service by using the arrangement ids associated with the payment. This way should eliminate any duplicates.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
87.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud