@mojaloop/sdk-scheme-adapter 24.11.0-snapshot.0 → 24.11.0-snapshot.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-api-svc",
3
- "version": "21.0.0-snapshot.58",
3
+ "version": "21.0.0-snapshot.59",
4
4
  "description": "An adapter for connecting to Mojaloop API enabled switches.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -504,6 +504,7 @@ class InboundTransfersModel {
504
504
 
505
505
  setTimeout(async () => {
506
506
  try {
507
+ this._logger.isInfoEnabled && this._logger.push({ transferId }).info('Patch notification grace time expired, attempting GET /transfers/{ID}');
507
508
  const notified = await this._cache.get(cacheKey);
508
509
 
509
510
  if (!notified) {
@@ -529,7 +530,7 @@ class InboundTransfersModel {
529
530
  // Mark as notified to prevent duplicate notification
530
531
  await this._cache.set(cacheKey, true, 60);
531
532
  // Send notification to payee
532
- await this.sendNotificationToPayee(message.data, transferId);
533
+ await this.sendNotificationToPayee(message.data.body, transferId);
533
534
  break;
534
535
  }
535
536
  } catch (err) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-command-event-handler",
3
- "version": "0.3.0-snapshot.54",
3
+ "version": "0.3.0-snapshot.55",
4
4
  "description": "Mojaloop sdk scheme adapter command event handler",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-outbound-domain-event-handler",
3
- "version": "0.3.0-snapshot.54",
3
+ "version": "0.3.0-snapshot.55",
4
4
  "description": "mojaloop sdk scheme adapter outbound domain event handler",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter/",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
3
- "version": "0.4.0-snapshot.54",
3
+ "version": "0.4.0-snapshot.55",
4
4
  "description": "SDK Scheme Adapter private shared library.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/accounts-and-balances-bc/tree/main/modules/private-types",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "24.11.0-snapshot.0",
3
+ "version": "24.11.0-snapshot.1",
4
4
  "description": "mojaloop sdk-scheme-adapter",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",