shetabit/multipay

View on GitHub
src/Drivers/Fanavacard/Fanavacard.php

Summary

Maintainability
A
1 hr
Test Coverage

Method verify has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function verify(): ReceiptInterface
    {
        $transaction_amount = Request::input('transactionAmount');
        $amount = $this->invoice->getAmount() * ($this->settings->currency == 'T' ? 10 : 1); // convert to rial

Severity: Minor
Found in src/Drivers/Fanavacard/Fanavacard.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status