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

[Tech Debt] Refactor quoting service to use central-services-shared functions for endpoint lookup #3995

Open
oderayi opened this issue Jul 5, 2024 · 0 comments
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service

Comments

@oderayi
Copy link

oderayi commented Jul 5, 2024

Summary:
Quoting service currently implements participant endpoint lookup logic that interacts directly with central-ledger's database. This functionality already exists in central-services-shared. Quoting service needs to be refactored to use the implementation in central-services-shared to remove this duplication.

Severity:
Low

Priority:
Low

Expected Behavior
Quoting service should perform participant endpoint lookups using central-services-shared functions.

Steps to Reproduce
1.
2.
3.

Specifications

  • Component (if known): quoting-service
  • Version: v15.7.3
  • Platform:
  • Subsystem:
  • Type of testing:
  • Bug found/raised by: @oderayi

Notes:

  • Severity when opened: Low
  • Priority when opened: Low
@oderayi oderayi added the bug Something isn't working or it has wrong behavior on a Mojaloop Core service label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service
Projects
None yet
Development

No branches or pull requests

1 participant