Fix PayPal/Checkout default on member payment page
authorAdam Chlipala <adamc@hcoop.net>
Tue, 11 Dec 2007 13:27:17 +0000 (13:27 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Tue, 11 Dec 2007 13:27:17 +0000 (13:27 +0000)
money.mlt

index 34002dd..cbc7a6f 100644 (file)
--- a/money.mlt
+++ b/money.mlt
@@ -183,8 +183,8 @@ end %></textarea></td> </tr>
 <input type="hidden" name="cmd" value="pay2">
 <table class="blanks">
 <tr> <td>Description:</td> <td><select name="descr">
-       <option<% if "checkout" = "" then %> selected<% end %>>PayPal</option>
-       <option<% if "checkout" <> "" then %> selected<% end %>>Google Checkout</option>
+       <option<% if $"checkout" = "" then %> selected<% end %>>PayPal</option>
+       <option<% if $"checkout" <> "" then %> selected<% end %>>Google Checkout</option>
        <option>Check</option>
        <option>Direct transfer</option>
        <option value="">Other:</option>