mundipagg/magento2

View on GitHub
view/frontend/web/js/model/credit-card-validation/credit-card-number-validator.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

            return resultWrapper(cardType, false, false);

    Avoid too many return statements within this function.
    Open

                    return resultWrapper(cardType, true, false);

      Avoid too many return statements within this function.
      Open

                          return resultWrapper(cardType, valid, valid);

        There are no issues that match your filters.

        Category
        Status