Skip to content

Commit

Permalink
fix(mojaloop/#3382): sdk-scheme-adapter config.trxReqEndpoint is not …
Browse files Browse the repository at this point in the history
…being set correctly

fix(mojaloop/#3382): sdk-scheme-adapter config.transactionRequestsEndpoint is not being set correctly - mojaloop/project#3382
- added missing config mapping for transactionRequestsEndpoint on OutboundRequestToPayModel
  • Loading branch information
mdebarros committed Jun 15, 2023
1 parent 3b302be commit 8725983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/api-svc/src/lib/model/OutboundRequestToPayModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class OutboundRequestToPayModel {
logger: this._logger,
peerEndpoint: config.peerEndpoint,
alsEndpoint: config.alsEndpoint,
transactionRequestsEndpoint: config.transactionRequestsEndpoint,
dfspId: config.dfspId,
tls: {
enabled: config.outbound.tls.mutualTLS.enabled,
Expand Down

0 comments on commit 8725983

Please sign in to comment.