brokeyourbike/bvnk-api-client-php

View on GitHub

Showing 1 of 1 total issue

Method payout has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function payout(string $nonce, TransactionInterface $transaction): PayoutResponse
    {
        $method = HttpMethodEnum::POST->value;
        $uri = $this->prepareUri('api/wallet/payout');

Severity: Minor
Found in src/Client.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language