Skip to content

Commit

Permalink
Merge pull request #232 from vgenev/fix/#1884
Browse files Browse the repository at this point in the history
fixed config refactoring issue
  • Loading branch information
vgenev authored Nov 30, 2020
2 parents d9006e7 + e00f542 commit 5be117a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/model/OutboundBulkQuotesModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class OutboundBulkQuotesModel {
peerEndpoint: config.peerEndpoint,
bulkQuotesEndpoint: config.bulkQuotesEndpoint,
dfspId: config.dfspId,
tls: config.tls,
tls: config.outbound.tls,
jwsSign: config.jwsSign,
jwsSigningKey: config.jwsSigningKey,
wso2: config.wso2,
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-scheme-adapter",
"version": "11.9.0",
"version": "11.9.1",
"description": "An adapter for connecting to Mojaloop API enabled switches.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5be117a

Please sign in to comment.