Paypal donations should use '_donations' cmd value instead of '_xclick'.

Frédéric Delanoy frederic.delanoy at gmail.com
Fri Jul 23 11:11:06 CDT 2010


This is the PayPal preferred way; see doc on paypal.

---

 templates/de/home.template |    2 +-
 templates/en/home.template |    2 +-
 templates/es/home.template |    2 +-
 templates/fr/home.template |    2 +-
 templates/pl/home.template |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/de/home.template b/templates/de/home.template
index c839178..b2693ad 100644
--- a/templates/de/home.template
+++ b/templates/de/home.template
@@ -42,7 +42,7 @@
             </div>
 
             <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
-            <input type="hidden" name="cmd" value="_xclick">
+            <input type="hidden" name="cmd" value="_donations">
             <input type="hidden" name="business" value="donate at winehq.org">
             <input type="hidden" name="item_name" value="Wine donation">
             </form>
diff --git a/templates/en/home.template b/templates/en/home.template
index 288e921..1feb78a 100644
--- a/templates/en/home.template
+++ b/templates/en/home.template
@@ -42,7 +42,7 @@
             </div>
 
             <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
-            <input type="hidden" name="cmd" value="_xclick">
+            <input type="hidden" name="cmd" value="_donations">
             <input type="hidden" name="business" value="donate at winehq.org">
             <input type="hidden" name="item_name" value="Wine donation">
             </form>
diff --git a/templates/es/home.template b/templates/es/home.template
index 8a5f42b..0b3a910 100644
--- a/templates/es/home.template
+++ b/templates/es/home.template
@@ -42,7 +42,7 @@
             </div>
 
             <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
-            <input type="hidden" name="cmd" value="_xclick">
+            <input type="hidden" name="cmd" value="_donations">
             <input type="hidden" name="business" value="donate at winehq.org">
             <input type="hidden" name="item_name" value="Wine donation">
             </form>
diff --git a/templates/fr/home.template b/templates/fr/home.template
index 2765775..71a78a7 100644
--- a/templates/fr/home.template
+++ b/templates/fr/home.template
@@ -42,7 +42,7 @@
             </div>
 
             <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
-            <input type="hidden" name="cmd" value="_xclick">
+            <input type="hidden" name="cmd" value="_donations">
             <input type="hidden" name="business" value="donate at winehq.org">
             <input type="hidden" name="item_name" value="Wine donation">
             </form>
diff --git a/templates/pl/home.template b/templates/pl/home.template
index 422eb94..3a018ac 100644
--- a/templates/pl/home.template
+++ b/templates/pl/home.template
@@ -42,7 +42,7 @@
             </div>
 
             <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
-            <input type="hidden" name="cmd" value="_xclick">
+            <input type="hidden" name="cmd" value="_donations">
             <input type="hidden" name="business" value="donate at winehq.org">
             <input type="hidden" name="item_name" value="Wine donation">
             </form>




More information about the wine-cvs mailing list