http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96121

Revision: 96121
Author:   awjrichards
Date:     2011-09-02 16:41:38 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Fixing incorrect hard-coded payment gateway in gc test form 2

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test_2.html

Modified: 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test_2.html
===================================================================
--- 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test_2.html
  2011-09-02 16:35:42 UTC (rev 96120)
+++ 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test_2.html
  2011-09-02 16:41:38 UTC (rev 96121)
@@ -338,7 +338,7 @@
                 <input type="hidden" value="@comment" name="comment"/>
                 <input type="hidden" value="@comment-option" 
name="comment-option"/>
                 <input type="hidden" value="@email-opt" name="email-opt"/>
-                               <input type="hidden" value="@payment_method" 
name="payment_method"/>
+                               <input type="hidden" value="@payment_method" 
name="processed"/>
                                <input type="hidden" value="@token" 
name="token"/>
                                <input type="hidden" value="@order_id"  
name="order_id"/>
                                <input type="hidden" value="@numAttempt" 
name="numAttempt"/>


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to