r96121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96120‎ | r96121 | r96122 >
Date:16:41, 2 September 2011
Author:awjrichards
Status:ok
Tags:fundraising 
Comment:
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) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test_2.html
@@ -338,7 +338,7 @@
339339 <input type="hidden" value="@comment" name="comment"/>
340340 <input type="hidden" value="@comment-option" name="comment-option"/>
341341 <input type="hidden" value="@email-opt" name="email-opt"/>
342 - <input type="hidden" value="@payment_method" name="payment_method"/>
 342+ <input type="hidden" value="@payment_method" name="processed"/>
343343 <input type="hidden" value="@token" name="token"/>
344344 <input type="hidden" value="@order_id" name="order_id"/>
345345 <input type="hidden" value="@numAttempt" name="numAttempt"/>

Follow-up revisions

RevisionCommit summaryAuthorDate
r96123MFT r96121awjrichards16:46, 2 September 2011

Status & tagging log