Hi,
Okay, I found the php file and the area you mentioned and this is what's there:
So if I insert your code, is this what you are saying I should do:Code:} else { if (method_exists($this, '_doRefund') && ($response['PAYMENTTYPE'] != 'instant' || $module == 'paypaldp')) $output .= $outputRefund; if (method_exists($this, '_doVoid') && $response['PAYMENTTYPE'] == 'instant' && $response['PAYMENTSTATUS'] != 'Voided' && $module != 'paypaldp') $output .= $outputVoid; } } $output .= $outputEndBlock; $output .= $outputEndBlock; $output .= '<!-- EOF: pp admin transaction processing tools -->';
Thank you for getting back so quickly. I appreciate it.Code:} else { if (method_exists($this, '_doRefund') && ($response['PAYMENTTYPE'] != 'instant' || $module == 'paypaldp')) $output .= $outputRefund; if (method_exists($this, '_doVoid') && $response['PAYMENTTYPE'] == 'instant' && $response['PAYMENTSTATUS'] != 'Voided' && $module != 'paypaldp') $output .= $outputVoid; if (method_exists($this, '_doCapt') && (MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE == 'Auth Only' || (isset($_GET['authcapt']) && $_GET['authcapt']=='on'))) $output .= $outputCapt; if (method_exists($this, '_doRefund')) $output .= $outputRefund; } } $output .= $outputEndBlock; $output .= $outputEndBlock; $output .= '<!-- EOF: pp admin transaction processing tools -->'; ?>



