We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a SDK-Scheme-Adapter User
As a
I want to ensure that the SDK-Scheme-Adapter validates Inbound FSPIOP request content-type headers
I want to
so that the header validation conforms to the FSPIOP Specification
so that
Acceptance Criteria:
FSP Inbound request headers are validated against the FSPIOP content-type specification throwing an FSPIOP Error: 3001 - Unacceptable version requested (ref: https://docs.mojaloop.io/mojaloop-specification/fspiop-api/documents/API%20Definition%20v1.1.html#table-112)
3001 - Unacceptable version requested
FSP Inbound request content-type header is correctly matched to the operation (i.e. transfers, parties or participants) throwing an FSPIOP Error: 3001 - Unacceptable version requested (ref: https://docs.mojaloop.io/mojaloop-specification/fspiop-api/documents/API%20Definition%20v1.1.html#table-112)
Complexity: Medium
Uncertainty: Medium
Tasks:
Done
Dependencies:
The text was updated successfully, but these errors were encountered:
Initial thinking on how to resolve this --> mojaloop/sdk-scheme-adapter#276
However, much re-factoring required on unit/integration tests.
Sorry, something went wrong.
kleyow
No branches or pull requests
Goal:
As a
SDK-Scheme-Adapter UserI want to
ensure that the SDK-Scheme-Adapter validates Inbound FSPIOP request content-type headersso that
the header validation conforms to the FSPIOP SpecificationAcceptance Criteria:
FSP Inbound request headers are validated against the FSPIOP content-type specification throwing an FSPIOP Error:
3001 - Unacceptable version requested
(ref: https://docs.mojaloop.io/mojaloop-specification/fspiop-api/documents/API%20Definition%20v1.1.html#table-112)FSP Inbound request content-type header is correctly matched to the operation (i.e. transfers, parties or participants) throwing an FSPIOP Error:
3001 - Unacceptable version requested
(ref: https://docs.mojaloop.io/mojaloop-specification/fspiop-api/documents/API%20Definition%20v1.1.html#table-112)Complexity: Medium
Uncertainty: Medium
Tasks:
Done
Pull Requests:
Follow-up:
Dependencies:
Accountability:
The text was updated successfully, but these errors were encountered: