r102003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102002‎ | r102003 | r102004 >
Date:15:57, 4 November 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Fixing hardcoded USD for GlobalCollect api posting code - this time for real
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects_2_3step.js (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects_2_3step.js
@@ -151,7 +151,7 @@
152152 var sendData = {
153153 'action': 'donate',
154154 'gateway': 'globalcollect',
155 - 'currency': $( "input[name='amount']" ).val(),
 155+ 'currency': $( "input[name='currency_code']" ).val(),
156156 'amount': $( "input[name='amount']" ).val(),
157157 'fname': $( "input[name='fname']" ).val(),
158158 'lname': $( "input[name='lname']" ).val(),

Follow-up revisions

RevisionCommit summaryAuthorDate
r102004MFT r102003awjrichards16:00, 4 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102002Fixing hardcoded USD for GlobalCollect api posting codeawjrichards15:56, 4 November 2011

Status & tagging log