shetabit/multipay

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

Summary

Maintainability
A
2 hrs
Test Coverage

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

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

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

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

        protected function purchaseFailed($status)
        {
            $translations = [
                "1"  => "Internal Server Error",
                "2"  => "Resource Not Found",
    Severity: Minor
    Found in src/Drivers/Azki/Azki.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status