slavafomin/tinkoff-payment-sdk

View on GitHub
src/webhook-handler/webhook-handler.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function handleWebhookRequest has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public handleWebhookRequest(request: HttpRequest<WebhookPayload>): {
    payload: WebhookPayload;
    response: HttpResponse;
  } {

Severity: Minor
Found in src/webhook-handler/webhook-handler.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status