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

this will let joint owners own the same payments and avoid duplicates #441

Closed Jan-Nel closed 6 days ago

Jan-Nel commented 2 months ago

Description

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.

Checklist

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

sonarcloud[bot] commented 6 days 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