PayMaya/PayMaya-Node-SDK

View on GitHub
lib/paymaya/api/Customization.js

Summary

Maintainability
A
1 hr
Test Coverage

Function set has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    set: function(callback) {
        if(!this.logoUrl) {
            callback("Missing logoUrl");
            return;
        }
Severity: Minor
Found in lib/paymaya/api/Customization.js - About 1 hr to fix

    Avoid too many return statements within this function.
    Open

                return;
    Severity: Major
    Found in lib/paymaya/api/Customization.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status