Skip to content

Commit

Permalink
Fixed callback map (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 authored Jan 13, 2021
1 parent 83e5f02 commit a7f60cf
Show file tree
Hide file tree
Showing 6 changed files with 16,033 additions and 16,025 deletions.
32,042 changes: 16,025 additions & 16,017 deletions audit-resolve.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
mojaloop-testing-toolkit:
image: mojaloop/ml-testing-toolkit:v11.7.3
image: mojaloop/ml-testing-toolkit:v11.7.4
#image: mojaloop-testing-toolkit:local
#build:
# context: .
Expand All @@ -18,7 +18,7 @@ services:
- -c
- "npm start"
mojaloop-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v11.7.2
image: mojaloop/ml-testing-toolkit-ui:v11.8.0
ports:
- "6060:6060"
environment:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ml-testing-toolkit",
"description": "Testing Toolkit for Mojaloop implementations",
"version": "11.7.6",
"version": "11.7.7",
"license": "Apache-2.0",
"author": "Vijaya Kumar Guthi, ModusBox Inc.",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions spec_files/api_definitions/fspiop_1.0/callback_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path": "/transfers/{ID}",
"pathPattern": "/transfers/{$request.body.transferId}",
"headerOverride": {
"FSPIOP-Source": "{$config.FSPID}",
"FSPIOP-Source": "{$request.body.payeeFsp}",
"FSPIOP-Destination": "{$request.headers.fspiop-source}",
"Content-Type": "{$session.negotiatedContentType}",
"Date": "{$request.headers.date}"
Expand Down Expand Up @@ -66,7 +66,7 @@
"path": "/quotes/{ID}",
"pathPattern": "/quotes/{$request.body.quoteId}",
"headerOverride": {
"FSPIOP-Source": "{$config.FSPID}",
"FSPIOP-Source": "{$request.body.payee.partyIdInfo.fspId}",
"FSPIOP-Destination": "{$request.headers.fspiop-source}",
"Content-Type": "{$session.negotiatedContentType}",
"Date": "{$request.headers.date}"
Expand Down
4 changes: 2 additions & 2 deletions spec_files/api_definitions/fspiop_1.1/callback_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path": "/transfers/{ID}",
"pathPattern": "/transfers/{$request.body.transferId}",
"headerOverride": {
"FSPIOP-Source": "{$config.FSPID}",
"FSPIOP-Source": "{$request.body.payeeFsp}",
"FSPIOP-Destination": "{$request.headers.fspiop-source}",
"Content-Type": "{$session.negotiatedContentType}",
"Date": "{$request.headers.date}"
Expand Down Expand Up @@ -66,7 +66,7 @@
"path": "/quotes/{ID}",
"pathPattern": "/quotes/{$request.body.quoteId}",
"headerOverride": {
"FSPIOP-Source": "{$config.FSPID}",
"FSPIOP-Source": "{$request.body.payee.partyIdInfo.fspId}",
"FSPIOP-Destination": "{$request.headers.fspiop-source}",
"Content-Type": "{$session.negotiatedContentType}",
"Date": "{$request.headers.date}"
Expand Down

0 comments on commit a7f60cf

Please sign in to comment.