Skip to content
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

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

Merged
merged 4 commits into from
Sep 17, 2024

Conversation

Jan-Nel
Copy link
Contributor

@Jan-Nel Jan-Nel commented Jul 25, 2024

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

  • I made sure, I read CONTRIBUTING.md to put right branch prefix as per my need.
  • I made sure to update CHANGELOG.md.
  • I made sure to update Stream Wiki(only valid in case of new stream module or architecture changes).
  • My changes are adequately tested.
  • I made sure all the SonarCloud Quality Gate are passed.

@Jan-Nel Jan-Nel requested a review from a team as a code owner July 25, 2024 17:39
Copy link

sonarcloud bot commented Jul 26, 2024

@Jan-Nel Jan-Nel enabled auto-merge September 17, 2024 19:28
Copy link

sonarcloud bot commented Sep 17, 2024

@Jan-Nel Jan-Nel merged commit 9293956 into master Sep 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants