Project

General

Profile

Bug #1036

Updated by Deeksha Singh 20 days ago

while adding adjustment under the customer from portal side it shows no data found and failed to save data check attachment for reference. 

 { 
     "messages": [ 
         "Customer not found." 
     ], 
     "source": "Billkaro.Infrastructure.Orbit.CustomerWallet.CustomerWalletService+<AddManualAdjustmentAsync>d__7", 
     "exception": "Customer not found.\n", 
     "errorId": "6d28c06d-ff3f-4f55-86b7-f426e4fef819", 
     "supportMessage": "Provide the ErrorId 6d28c06d-ff3f-4f55-86b7-f426e4fef819 to the support team for further analysis.", 
     "statusCode": 404, 
     "stackTrace": "     at Billkaro.Infrastructure.Orbit.CustomerWallet.CustomerWalletService.AddManualAdjustmentAsync(ManualWalletAdjustmentRequest request, CancellationToken cancellationToken) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Orbit\\CustomerWallet\\CustomerWalletService.cs:line 193\n     at lambda_method11704(Closure, Object)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)\n     at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)\n     at NSwag.AspNetCore.Middlewares.SwaggerUiIndexMiddleware.Invoke(HttpContext context)\n     at NSwag.AspNetCore.Middlewares.RedirectToIndexMiddleware.Invoke(HttpContext context)\n     at NSwag.AspNetCore.Middlewares.OpenApiDocumentMiddleware.Invoke(HttpContext context)\n     at Billkaro.Infrastructure.Middleware.ApiRequestLoggingMiddleware.InvokeAsync(HttpContext httpContext, RequestDelegate next) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Middleware\\ApiRequestLoggingMiddleware.cs:line 59\n     at Billkaro.Infrastructure.Middleware.ApiRequestLoggingMiddleware.InvokeAsync(HttpContext httpContext, RequestDelegate next)\n     at Billkaro.Infrastructure.Middleware.ApiRequestLoggingMiddleware.InvokeAsync(HttpContext httpContext, RequestDelegate next) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Middleware\\ApiRequestLoggingMiddleware.cs:line 71\n     at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()\n--- End of stack trace from previous location ---\n     at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)\n     at Billkaro.Infrastructure.Middleware.SubscriptionAccessMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Middleware\\SubscriptionAccessMiddleware.cs:line 53\n     at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()\n--- End of stack trace from previous location ---\n     at Billkaro.Infrastructure.Auth.CurrentUserMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Auth\\CurrentUserMiddleware.cs:line 16\n     at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.InterfaceMiddlewareBinder.<>c__DisplayClass2_0.<<CreateMiddleware>b__0>d.MoveNext()\n--- End of stack trace from previous location ---\n     at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\n     at Billkaro.Infrastructure.Middleware.ExceptionMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) in E:\\Workplace\\Internal\\2026\\POS\\billkaro\\API\\src\\Infrastructure\\Middleware\\ExceptionMiddleware.cs:line 30" 
 } 

 ![](clipboard-202607221345-6i48g.png) 
 ![](clipboard-202607221345-cflaz.png) 

Back