tuhin18003/WooCommerce-AltCoin-Payment-Gateway

View on GitHub
core/frontend/functions/CsWapgCustomTy.php

Summary

Maintainability
A
1 hr
Test Coverage

Method order_summary has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function order_summary( $order ) {
        $payment_details = cartFunctions::get_payment_info( $order->id );
        if ( empty( $payment_details ) ) {
            return;
        }
Severity: Minor
Found in core/frontend/functions/CsWapgCustomTy.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status