I was kind of hesitant to install Google checkout due to the long and not guaranteed to work process like other Mod.

Today, i installed the files and updated the ones need to be updated on a site that i use to test new installation on, i have a couple of errors:

1) when i have credit cards enable i get an error that say:
Fatal error: Cannot break/continue 1 level in
D:\<<Site Directory>>\includes\templates\template_default\templates\tpl_checkout_payment_d efault.php on line 134

<?php
$selection = $payment_modules->selection();

if (sizeof($selection) > 1) {
// ** GOOGLE CHECKOUT **
if($selection[$i]['id'] == "googlecheckout")
continue; <<Line 134>>
// ** END GOOGLE CHECKOUT **

?>

2)when i disable the credit card i am able to see Google checkout as a payment option, but when i pay for the item i am testing with it display the thank you page from my site and never took me to google to finalize the payment.

I did not read all 161 pages but i tried to search for the error an i could not find any thing of help.

Any idea? i am using the the latest Zen Cart 1.3.7 and GCO v1.2RC4rev1 which worked for some people. Thanks.

Note: i set up my Google checkout account today, my bank is not verified yet, could that has any thing to do with it?