Skip to content

MerchantPos - failed making deposits #319

@StuartFerguson

Description

@StuartFerguson

26/02/2026 18:11:05.6392 | Info || Microsoft.Extensions.Http.Logging.LogHelper.LogRequestStart | Sending HTTP request POST http://192.168.1.163:5002/api/estates/435613ac-a468-47a3-ac4f-649d89764c22/merchants/ab1c99fb-1c6c-4694-9a32-b71be5d1da33/deposits |
26/02/2026 18:11:05.9003 | Info || Microsoft.Extensions.Http.Logging.LogHelper.LogRequestEnd | Received HTTP response headers after 399.0858ms - 200 |
26/02/2026 18:11:05.9003 | Info || Microsoft.Extensions.Http.Logging.LogHelper.LogRequestPipelineEnd | End processing HTTP request after 399.4361ms - 200 |
26/02/2026 18:11:05.9010 | Info || Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition6.Log | Executed DbCommand (0ms) [Parameters=[@merchantId='?' (DbType = Guid), @operatorId='?' (DbType = Guid), @contractId='?' (DbType = Guid)], CommandType='Text', CommandTimeout='30'] SELECT "o"."Id", "o"."ContractId", "o"."MerchantId", "o"."OperatorId", "o"."Total", "o"."TotalCount" FROM "OperatorTotals" AS "o" WHERE "o"."MerchantId" = @merchantId AND "o"."OperatorId" = @operatorId AND "o"."ContractId" = @contractId LIMIT 2 | 26/02/2026 18:11:05.9010 | Info || Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition6.Log | Executed DbCommand (0ms) [Parameters=[@p1='?' (DbType = Int32), @p0='?' (DbType = Decimal)], CommandType='Text', CommandTimeout='30']
UPDATE "OperatorTotals" SET "Total" = @p0
WHERE "Id" = @p1
RETURNING 1; |
26/02/2026 18:11:05.9904 | Info || Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition`6.Log | Executed DbCommand (0ms) [Parameters=[@p1='?' (DbType = Guid), @p0='?' (DbType = Decimal)], CommandType='Text', CommandTimeout='30']
UPDATE "Merchants" SET "Balance" = @p0
WHERE "MerchantId" = @p1
RETURNING 1; |
26/02/2026 18:11:06.0002 | Info || Microsoft.Extensions.Http.Logging.LogHelper.LogRequestEnd | Received HTTP response headers after 362.0048ms - 401 |
26/02/2026 18:11:06.0002 | Info || Microsoft.Extensions.Http.Logging.LogHelper.LogRequestPipelineEnd | End processing HTTP request after 362.4817ms - 401 |
26/02/2026 18:11:06.0002 | Warn || Shared.Logger.MicrosoftLogger.LogMessage | Error performing deposit for merchant Staging Merchant 1 |

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBugs and error-prone code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions