r92829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92828‎ | r92829 | r92830 >
Date:23:50, 21 July 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Followup r92825
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -1062,7 +1062,7 @@
10631063 * to be 'country' for downstream processing (until we fully support passing in two separate addresses). I thought about completely
10641064 * disabling country2 support in the forms, etc but realized there's a chance it'll be resurrected shortly. Hence this silly hack.
10651065 */
1066 - 'country2' => ( strlen( $wgRequest->getText( 'country2', '' ))) ? $wgRequest->getText( 'country2' ) : $wgRequest->getText( 'country' ),
 1066+ 'country2' => ( strlen( $wgRequest->getText( 'country2' ))) ? $wgRequest->getText( 'country2' ) : $wgRequest->getText( 'country' ),
10671067 'size' => $wgRequest->getText( 'size' ),
10681068 'premium_language' => $wgRequest->getText( 'premium_language', "en" ),
10691069 'card_num' => str_replace( ' ', '', $wgRequest->getText( 'card_num' ) ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r101033MFT r92829, r91572awjrichards20:18, 27 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92825Fixing 'country2' handling in DonationInterface. We don't really support a c...awjrichards23:24, 21 July 2011

Status & tagging log