https://bedandbreakfastregistry.com/...eckout_payment

The above link is where I have the problem. You will notice that there is a place for Credit Card and then Secure Credit Card. If a customer paid though the first CC they will get a receipt, but I will not get paid. The second CC will send a receipt to the customer and give me payment. Is there a way to remove the first CC or a way to make it work. Thanks for the help.

I don't think you can get to the link unless you setup an account so I am putting a link to the code here.
www.bedandbreakfastregistry.com/problem code.html

Under method of payment the first CC is not working.

Please select a payment method for this order.</p>

<input type="radio" name="payment" value="cc" id="pmt-cc" /><label for="pmt-cc" class="radioButtonLabel">Credit Card</label>

<br class="clearBoth" />


<div class="ccinfo">
<label for="cc-cc-owner" class="inputLabelPayment">Card Owner's Name:</label><input type="text" name="cc_owner" value="ronny delafosse" id="cc-cc-owner" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-number" class="inputLabelPayment">Card Number:</label><input type="text" name="cc_number" id="cc-cc-number" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-expires-month" class="inputLabelPayment">Expiration Date:</label><select name="cc_expires_month" id="cc-cc-expires-month" onfocus="methodSelect('pmt-cc')">
<option value="01">January - (01)</option>

<option value="02">February - (02)</option>
<option value="03">March - (03)</option>
<option value="04">April - (04)</option>
<option value="05">May - (05)</option>
<option value="06">June - (06)</option>
<option value="07">July - (07)</option>

<option value="08">August - (08)</option>
<option value="09">September - (09)</option>
<option value="10">October - (10)</option>
<option value="11">November - (11)</option>
<option value="12">December - (12)</option>
</select>
&nbsp;<select name="cc_expires_year" id="cc-cc-expires-year" onfocus="methodSelect('pmt-cc')">

<option value="08">2008</option>
<option value="09">2009</option>
<option value="10">2010</option>
<option value="11">2011</option>
<option value="12">2012</option>
<option value="13">2013</option>

<option value="14">2014</option>
<option value="15">2015</option>
<option value="16">2016</option>
<option value="17">2017</option>
</select>
<br class="clearBoth" />
<label for="cc-cc-cvv" class="inputLabelPayment">CVV Number (<a href="javascriptopupWindow('http://bedandbreakfastregistry.com/jumbo1/index.php?main_page=popup_cvv_help')">More Info</a>)</label><input type="text" name="cc_cvv" size="4" maxlength="4" id="cc-cc-cvv" onfocus="methodSelect('pmt-cc')" />