NikolaGavric94/laravel-square

View on GitHub
src/traits/HasCustomers.php

Summary

Maintainability
A
45 mins
Test Coverage
A
100%

Method charge has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function charge(float $amount, string $nonce, string $location_id, array $options = [], mixed $customer = null, string $currency = 'USD'): Transaction
Severity: Minor
Found in src/traits/HasCustomers.php - About 45 mins to fix

There are no issues that match your filters.

Category
Status