Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -57,6 +57,11 @@ |
58 | 58 | $wgOut->addExtensionStyle( |
59 | 59 | "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" . |
60 | 60 | $wgPayFlowProGatewayCSSVersion ); |
| 61 | + |
| 62 | + // Hide unneeded interface elements |
| 63 | + $wgOut->addExtensionStyle( |
| 64 | + "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" . |
| 65 | + $wgPayFlowProGatewayCSSVersion ); |
61 | 66 | |
62 | 67 | $scriptVars = array( |
63 | 68 | 'payflowproGatewayErrorMsgJs' => wfMsg( 'payflowpro_gateway-error-msg-js' ), |