request
module puts all extensions under cause
key and breaks Account Lookup Service expectations
#1262
Milestone
request
module puts all extensions under cause
key and breaks Account Lookup Service expectations
#1262
Summary:
The
central-services-shared/src/util/request.js
module puts all extensions undercause
key and breaks Account Lookup Service expectations. It does this here and more specifically:The ALS in this block of code expects that there will be an extension list and it will contain the key
status
in the pathextensionList.extensions[]
and more specifically:This is currently blocking the Mowali implementation from proceeding further.
Severity:
High
Priority:
Critical
Expected Behavior
The keys put inside the array
extensionList.extensions
should be accessible by the Account Lookup Service and more specifically thestatus
key.Steps to Reproduce
GET /parties/MSISDN/27634485971
which corresponds to the mentioned payee FSPcause
key.... "extensionList":{"extension":[{"key":"cause","value":"[{\"key\":\"url\",\"value\":\"http://mowbkd-als-oracle-pathfinder/participants/MSISDN/27634485971\"},{\"key\":\"sourceFsp\",\"value\":\"testfsp"}]}} ...
Specifications
Notes:
The text was updated successfully, but these errors were encountered: