--- lm_paypal_donations.module.orig	2011-05-10 02:02:02.000000000 -0400
+++ lm_paypal_donations.module	2011-05-10 01:47:11.000000000 -0400
@@ -326,7 +326,7 @@ function lm_paypal_donate($amount = '', 
 
   // Output a form that will redirect the user to PayPal - note all the fields
   // are hidden so only the submit appears
-  $form = "\n<form action=\"http://$_lm_paypal_host/cgi-bin/webscr\" method=\"post\">\n";
+  $form = "\n<form action=\"https://$_lm_paypal_host/cgi-bin/webscr\" method=\"post\">\n";
 
   if (isset($sa)) {
     if ($amount_label != '') {
