account-lookup-service 17.4.0-csi-1233.2 → 17.4.0-csi-1233.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "account-lookup-service",
|
3
3
|
"description": "Account Lookup Service is used to validate Party and Participant lookups.",
|
4
|
-
"version": "17.4.0-csi-1233.
|
4
|
+
"version": "17.4.0-csi-1233.3",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"author": "ModusBox",
|
7
7
|
"contributors": [
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"@mojaloop/central-services-health": "15.0.4",
|
96
96
|
"@mojaloop/central-services-logger": "11.6.1",
|
97
97
|
"@mojaloop/central-services-metrics": "12.4.5",
|
98
|
-
"@mojaloop/central-services-shared": "18.22.2-snapshot.
|
98
|
+
"@mojaloop/central-services-shared": "18.22.2-snapshot.3",
|
99
99
|
"@mojaloop/central-services-stream": "11.5.1",
|
100
100
|
"@mojaloop/database-lib": "11.1.3",
|
101
101
|
"@mojaloop/event-sdk": "14.3.1",
|
@@ -131,7 +131,7 @@ const putPartiesByTypeAndID = async (headers, params, method, payload, dataUri,
|
|
131
131
|
step = 'sendRequest-6'
|
132
132
|
await participant.sendRequest(headers, sendTo, callbackEndpointType, RestMethods.PUT, decodedPayload.body.toString(), options)
|
133
133
|
|
134
|
-
log.info('parties::putPartiesByTypeAndID::callback was sent', { sendTo
|
134
|
+
log.info('parties::putPartiesByTypeAndID::callback was sent', { sendTo })
|
135
135
|
histTimerEnd({ success: true })
|
136
136
|
} catch (err) {
|
137
137
|
const fspiopError = await utils.createErrorHandlerOnSendingCallback(Config, log)(err, headers, params, sendTo)
|