src/Bank/Engine/PayPall.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method getExtraParam has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getExtraParam()
    {
        return array(
            array(
                'name' => self::ClientID,
Severity: Minor
Found in src/Bank/Engine/PayPall.php - About 1 hr to fix

    Method create has 45 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function create($receipt)
        {
    
            $backend = $receipt->get_backend();
            $clientId = $backend->getMeta(self::ClientID, null);
    Severity: Minor
    Found in src/Bank/Engine/PayPall.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status