graycoreio/daffodil

View on GitHub
libs/authorizenet/state/src/reducers/authorize-net/authorize-net.reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function daffAuthorizeNetReducer has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function daffAuthorizeNetReducer <T extends DaffAuthorizeNetTokenRequest>(
  state: DaffAuthorizeNetReducerState = daffAuthorizeNetReducerInitialState,
  action: DaffAuthorizeNetActions<T> | DaffPaymentActions,
): DaffAuthorizeNetReducerState {
  switch (action.type) {

    There are no issues that match your filters.

    Category
    Status