Sorry, data for that comparison is no longer available.

shetabit/multipay

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function purchase()
    {
        $details = $this->invoice->getDetails();

        $amount = $this->invoice->getAmount() * ($this->settings->currency == 'T' ? 10 : 1); // convert to rial
Severity: Minor
Found in src/Drivers/Zibal/Zibal.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status