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
- Added configs for knex pool configurations
- Replaced any console.log/info with the mojaloop logger
- Bumped version to v8.1.0
- Bumped up dependencies to latest versions (still pending updates for central-services-shared to remove the Kafka dependency)
- Fixes for mojaloop/project#988 included. Error callbacks should send properly with the header being passed into the respective methods.
- Added detailed health end-point which reports on datastore store if simpleRoutingMode is disabled.
Summary:
Quoting service is failing when trying to send error callbacks due to validation failures.
This is due to some bugs in the code that the handleException & sendErrorCallback expects request.headers but are not being passed in.
This results in the incorrect exception being sent through.
Severity:
High
Priority:
Critical
Expected Behavior
Steps to Reproduce
accept
header so that validation failsSpecifications
Tasks:
Notes:
The text was updated successfully, but these errors were encountered: