Remove Google Checkout address from preferences
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 29 Mar 2014 10:04:41 +0000 (06:04 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 29 Mar 2014 10:04:41 +0000 (06:04 -0400)
pref.mlt

index a18fd93..b457c3d 100644 (file)
--- a/pref.mlt
+++ b/pref.mlt
@@ -55,7 +55,6 @@ val you_all = Init.lookupUser you %>
 <input type="hidden" name="cmd" value="mod">
 <table class="blanks">
 <tr> <td><a href="http://www.paypal.com/">PayPal</a> e-mail address:</td> <td><input name="paypal" size="60" value="<% switch #paypal you_all of NONE => "" | SOME s => s end %>"></td> </tr>
-<tr> <td><a href="http://checkout.google.com/">Google Checkout</a> e-mail address:</td> <td><input name="checkout" size="60" value="<% switch #checkout you_all of NONE => "" | SOME s => s end %>"></td> </tr>
 <tr> <td colspan="2" style="font-weight: normal; text-align: left">(E-mail addresses you enter here should match those seen by recipients of payments that you send.)</td> </tr>
 <tr></tr>
 <tr> <td><input type="checkbox" name="dir"<% if Pref.hasDirectory you then %> checked<% end %>></td> <td>Include me in the public member directory.</td> </tr>