PayMaya/PayMaya-Node-SDK

View on GitHub
lib/paymaya/core/HttpConnection.js

Summary

Maintainability
A
1 hr
Test Coverage

Function execute has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    execute: function(data, callback) {
        var httpOptions = {
          url: this._httpConfig.getUrl(),
          method: this._httpConfig.getMethod(),
          headers: this._httpConfig.getHeaders(),
Severity: Minor
Found in lib/paymaya/core/HttpConnection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status