sabian/yupe-payler

View on GitHub
components/payments/PaylerPaymentSystem.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function processCheckout(Payment $payment, CHttpRequest $request)
    {
        $payler = new Payler($payment);
        $order = Order::model()->findByUrl($payler->getOrderIdFromHash($request));

Severity: Minor
Found in components/payments/PaylerPaymentSystem.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status