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