gui-gui/omnipay-payu-brazil

View on GitHub
src/Message/AbstractRequest.php

Summary

Maintainability
A
3 hrs
Test Coverage

AbstractRequest has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AbstractRequest extends BaseAbstractRequest
{

    protected $liveEndpoint = 'https://api.payulatam.com/payments-api/4.0/service.cgi';
    protected $testEndpoint = 'https://sandbox.api.payulatam.com/payments-api/4.0/service.cgi';
Severity: Minor
Found in src/Message/AbstractRequest.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status