in checkout_process.php
there is a $credit_covers var
what is the meaning ?

if ($credit_covers === TRUE)
{
$order->info['payment_method'] = $order->info['payment_module_code'] = '';
}