r78644 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78643‎ | r78644 | r78645 >
Date:23:16, 20 December 2010
Author:kaldari
Status:deferred
Tags:
Comment:
changing hyphen to underscore
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
@@ -1016,7 +1016,7 @@
10171017 'zip2' => '94703',
10181018 'country2' => 840,
10191019 'size' => 'small',
1020 - 'premium-language' => 'es',
 1020+ 'premium_language' => 'es',
10211021 'card_num' => $card_nums[ $cards[ $card_index ]][ $card_num_index ],
10221022 'card' => $cards[ $card_index ],
10231023 'expiration' => date( 'my', strtotime( '+1 year 1 month' ) ),
@@ -1063,7 +1063,7 @@
10641064 'zip2' => $wgRequest->getText( 'zip' ),
10651065 'country2' => $wgRequest->getText( 'country', "840" ),
10661066 'size' => $wgRequest->getText( 'size' ),
1067 - 'premium-language' => $wgRequest->getText( 'premium-language', "en" ),
 1067+ 'premium_language' => $wgRequest->getText( 'premium_language', "en" ),
10681068 'card_num' => str_replace( ' ', '', $wgRequest->getText( 'card_num' ) ),
10691069 'card' => $wgRequest->getText( 'card' ),
10701070 'expiration' => $wgRequest->getText( 'mos' ) . substr( $wgRequest->getText( 'year' ), 2, 2 ),

Status & tagging log