r96120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96119‎ | r96120 | r96121 >
Date:16:35, 2 September 2011
Author:awjrichards
Status:ok
Tags:fundraising 
Comment:
Fixing incorrect token @num_attempt to @numAttempt
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
@@ -341,7 +341,7 @@
342342 <input type="hidden" value="@payment_method" name="payment_method"/>
343343 <input type="hidden" value="@token" name="token"/>
344344 <input type="hidden" value="@order_id" name="order_id"/>
345 - <input type="hidden" value="@num_attempt" name="numAttempt"/>
 345+ <input type="hidden" value="@numAttempt" name="numAttempt"/>
346346 <input type="hidden" value="@contribution_tracking_id" name="contribution_tracking_id"/>
347347 <input type="hidden" value="@data_hash" name="data_hash"/>
348348 <input type="hidden" value="@action" name="action"/>
@@ -366,4 +366,4 @@
367367 </div>
368368 </td>
369369 </tr>
370 -</table>
\ No newline at end of file
 370+</table>

Status & tagging log