Fix PayPal/Checkout default on member payment page
[bpt/portal.git] / 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>