-
Notifications
You must be signed in to change notification settings - Fork 15
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
SDK Scheme Adapter is not accepting PUT /parties with 1.1 content-type header #1891
Comments
@vijayg10 , @shashi165 - can you please confirm if this is still relevant / active? |
@elnyry-sam-k I checked it just now with master branch, issue still exists |
Thanks Vijay |
This has been fixed on #275 PR - mojaloop/sdk-scheme-adapter@039c06d This will be included in Helm v12.1.0 release. There is a follow up story that I created based on my analysis of the SDK Adapter's current functionality: #2264 Specifically that the Adapter DOES NOT correctly validate the incoming content-type header, and does not match the correct "media-type" to the FSPIOP operation. |
….1.0 feat(2151): helm-release-v12.1.0 - Updated dependencies - Fixes for updated dependencies - Bump patch version - Fixed lint issues - Added dep:check/update scripts, and made update:check/update aliases - Fixed unit & integration tests - some refactoring required as using "async-await" & "done-callbacks" are not compatible --> jestjs/jest#10529 - Added fix for 'SDK Scheme Adapter is not accepting PUT /parties with 1.1 content-type header': mojaloop/project#1891
Summary:
SDK Scheme Adapter is not accepting PUT /parties with 1.1 content-type header
But post /quotes and post /transfers are working fine with 1.1 headers
Severity:
(Low, Medium, High)
Priority:
(Critical, Medium, Low)
Expected Behavior
SDK should accept get /parties with content-type header 1.1.
Steps to Reproduce
Specifications
Notes:
The text was updated successfully, but these errors were encountered: