Skip to content

Commit 4c24ab9

Browse files
authored
Feature/add payment manager api (#182)
* Added payment manager API * Bumped up the version and postponed audits
1 parent 06beacd commit 4c24ab9

File tree

7 files changed

+1507
-109
lines changed

7 files changed

+1507
-109
lines changed

audit-resolve.json

Lines changed: 108 additions & 104 deletions
Large diffs are not rendered by default.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
mojaloop-testing-toolkit:
5-
image: mojaloop/ml-testing-toolkit:v13.2.0
5+
image: mojaloop/ml-testing-toolkit:v13.3.0
66
#image: mojaloop-testing-toolkit:local
77
#build:
88
# context: .
@@ -18,7 +18,7 @@ services:
1818
- -c
1919
- "npm start"
2020
mojaloop-testing-toolkit-ui:
21-
image: mojaloop/ml-testing-toolkit-ui:v13.2.0
21+
image: mojaloop/ml-testing-toolkit-ui:v13.3.0
2222
ports:
2323
- "6060:6060"
2424
environment:

native-app-generation/build-native-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TTK_UI_TAG="v13.2.0"
1+
TTK_UI_TAG="v13.3.0"
22

33
HelpMessage () {
44
echo "Usage: $0 -platform [macos|linux|win] -arch [x64|x86|armv6|armv7]"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ml-testing-toolkit",
33
"description": "Testing Toolkit for Mojaloop implementations",
4-
"version": "13.0.2",
4+
"version": "13.1.0",
55
"license": "Apache-2.0",
66
"author": "Vijaya Kumar Guthi, ModusBox Inc. ",
77
"contributors": [

0 commit comments

Comments
 (0)