Here is mine line 145-157 with the code implemented:
PHP Code:
<?php
    
if (sizeof($selection) > 1) {
      if(
$selection[$i]['id'] == "googlecheckout")
        continue;
        if (empty(
$selection[$i]['noradio'])) {
 
?>
<?php 
echo zen_draw_radio_field('payment'$selection[$i]['id'], ($selection[$i]['id'] == $_SESSION['payment'] ? true false), 'id="pmt-'.$selection[$i]['id'].'"'); ?>
<?php   
?>
<?php
    
} else {
        
?>
<?php 
echo zen_draw_hidden_field('payment'$selection[$i]['id']); ?>