-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore(mojaloop/#3909): update func test harness and add fx sdk tests #489
Conversation
{ | ||
"type": "fspiop", | ||
"version": "2.0", | ||
"folderPath": "fspiop_2.0", | ||
"asynchronous": true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need fspiop?
@@ -77,6 +77,25 @@ | |||
"hostnames": [], | |||
"prefix": "/sdk-out", | |||
"asynchronous": true | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove these apis mojaloop_simulator_inbound and scheme_adapter_outbound as you added another version of them?
...nc/config/ttk-ttkfxp/spec_files/api_definitions/mojaloop_simulator_sim_1.4/response_map.json
Outdated
Show resolved
Hide resolved
...ttkfxp/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/response_map.json
Outdated
Show resolved
Hide resolved
...xp/spec_files/api_definitions/fspiop_2.0/trigger_templates/transaction_request_followup.json
Outdated
Show resolved
Hide resolved
test/func/config/ttk-hub/spec_files/api_definitions/payment_manager_1.4/api_spec.yaml
Outdated
Show resolved
Hide resolved
@@ -309,7 +309,7 @@ paths: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need this folder.
@@ -526,7 +526,7 @@ paths: | |||
$ref: "#/components/responses/503" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need this folder.
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
chore(mojaloop/#3909): update func test harness and add fx sdk tests