[gnomeweb-wml] Trying something different to make the annual subscription work.



commit d2c96480c6d11e07813bb016c48d8c5908039fa5
Author: Og B. Maciel <ogmaciel gnome org>
Date:   Tue Nov 9 09:17:37 2010 -0500

    Trying something different to make the annual subscription work.

 www.gnome.org/friends/step2.wml |   25 ++++---------------------
 1 files changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/www.gnome.org/friends/step2.wml b/www.gnome.org/friends/step2.wml
index 9e3c323..a62094b 100644
--- a/www.gnome.org/friends/step2.wml
+++ b/www.gnome.org/friends/step2.wml
@@ -169,28 +169,11 @@ improve GNOME products.</li>
 			break;
 
 			case 'annual':
-				echo '
-				<!-- Identify your business so that you can collect the payments. --> 
-				<input type="hidden" name="business" value="friends gnome org"/> 
-				<!-- Specify a Subscribe button. --> 
-                                <!-- <input type="hidden" name="cmd" value="_s-xclick"> -->
-                                <input type="hidden" name="cmd" value="_xclick-subscriptions">
-                                <input type="hidden" name="hosted_button_id" value="EKNAYM7XBGGQE">
-				<!-- Identify the subscription. -->
-				<input type="hidden" name="item_name" value="Friends of GNOME - Adopt a hacker annually subscription"/> 
+				echo '<input type="hidden" value="friends gnome org" name="business"/>
 				<input type="hidden" value="http://www.gnome.org/friends/thank-you.php"; name="return"/>
-				<!-- Define the intervals between payments. "1" means every period. -->
-				<input type="hidden" name="p3" value="1">
-				<!-- "t3" defines the period duration (D=days; W=weeks; M=months and Y=Years). --> 
-				<input type="hidden" name="t3" value="Y">
-				<!-- "src" with a value of "1" causes it to repeat for every interval. -->
-				<input type="hidden" name="src" value="1">
-				<!-- Not sure what "sra" does. Does not seem to harm the form (part of sample). -->
-				<input type="hidden" name="sra" value="1">
-				<input type="hidden" name="currency_code" value="USD">
-				<!-- Display the payment button. --> 
-				<input type ="image" name= "submit" src="images/donate-button.png" alt="PayPal - The safer, easier way to pay online"/> 
-				<img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif"; />';
+				<input type="hidden" value="_xclick" name="cmd"/>
+				<input type="hidden" name="item_name" value="Friends of GNOME - Adopt a hacker annually subscription"/> 
+				<input type="image" alt="Donate" name="submit" src="images/donate-button.png"/>';
 			break;
 
 			case 'associate':



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]