[SDK] Sdk-Scheme-Adapter config.transactionRequestsEndpoint is not being set correctly #3382
Labels
bug
Something isn't working or it has wrong behavior on a Mojaloop Core service
core-dev-squad
oss-core
This is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Summary:
Sdk-Scheme-Adapter config.transactionRequestsEndpoint is not being set correctly. Even though the env var
TRANSACTION_REQUESTS_ENDPOINT
is being set, when theOutboundRequestToPayModel
is initialised, it will always use defaultlocalhost
for theconfig.transactionRequestsEndpoint
.Severity:
High
Priority:
Medium
Expected Behavior
When env var TRANSACTION_REQUESTS_ENDPOINT is configured, the OutboundRequestToPayModel should be calling the
POST /transactionRequests
end-point with the the host specified in the env var.Steps to Reproduce
Specifications
Notes:
The text was updated successfully, but these errors were encountered: