You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The Quotes service seems to have an issue with checking active / inactive status of a participant. This is causing the quotes to pass-through some times when participant is inactive and vice-versa.
Severity:
Medium
Priority:
Medium
Expected Behavior
Quotes service should fail with a error code that participant wasn't found (2001) when a participant is Inactive. (Likewise when its active, the quotes POST requests should go through without issue)
Steps to Reproduce
On a given Mojaloop deployment, de-activate a participant and re-activate it. After de-activating it, run a POST /quotes request and its not getting de-activated.
The issue was that Quoting-Service implemented a cache layer over the DB for most "GET" or query operations. I commented out the getParticipant operation and added an appropriate comment.
mdebarros
added a commit
to mojaloop/quoting-service
that referenced
this issue
Aug 16, 2019
* Fixes for mojaloop/project#933
- Commented out getParticipant from DB Cache with appropriate comment.
- Updated dependencies to latest versions
- Bumped version
Summary:
The Quotes service seems to have an issue with checking active / inactive status of a participant. This is causing the quotes to pass-through some times when participant is inactive and vice-versa.
Severity:
Medium
Priority:
Medium
Expected Behavior
Steps to Reproduce
Specifications
PRs:
Notes:
The text was updated successfully, but these errors were encountered: