extras/conversion_log/conversion_log.body.php
Method post_process
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
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'