wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
extras/conversion_log/conversion_log.body.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function post_process() {
        // if the trxn has been outright rejected, log it
        if ( $this->gateway_adapter->getValidationAction() == ValidationAction::REJECT ) {
            $this->log(
                $this->gateway_adapter->getData_Unstaged_Escaped( 'contribution_tracking_id' ), 'Rejected'
Severity: Minor
Found in extras/conversion_log/conversion_log.body.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status