Skip to content

Commit

Permalink
Bugfix/#1375: Fix payload spec for bulk transfer error endpoint (#206)
Browse files Browse the repository at this point in the history
* Fix bulk transfers error endpoint payload spec

* Fix bulk transfers error endpoint payload spec
  • Loading branch information
oderayi authored Jul 15, 2020
1 parent 4c2d773 commit 66c74c5
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 205 deletions.
256 changes: 58 additions & 198 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sims",
"version": "10.6.0",
"version": "10.6.1",
"description": "A super-simple fsp simulator",
"main": "src/index.js",
"author": "ModusBox",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@mojaloop/central-services-error-handling": "10.6.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/central-services-shared": "10.5.3",
"@mojaloop/sdk-standard-components": "10.3.2",
"@mojaloop/central-services-shared": "10.6.2",
"@mojaloop/sdk-standard-components": "10.6.1",
"axios": "0.19.2",
"base64url": "3.0.1",
"blipp": "4.0.1",
Expand Down
Loading

0 comments on commit 66c74c5

Please sign in to comment.