AJenbo/agcms

View on GitHub
source/javascript/shoppingCart.js

Summary

Maintainability
A
1 hr
Test Coverage

Function sendCart has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    "sendCart": function() {
        const cart = shoppingCart.getCart();
        cart.name = document.getElementById("name").value;
        cart.attn = document.getElementById("attn").value;
        cart.address = document.getElementById("address").value;
Severity: Minor
Found in source/javascript/shoppingCart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status