shetabit/multipay

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function verify(): ReceiptInterface
    {
        $params = $_POST;
        $result = fn_check_callback_data($params);
        $payment_id = $params['reservationNumber'];
Severity: Minor
Found in src/Drivers/Atipay/Atipay.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status