Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | function pfpGatewayPage( &$url ) { |
90 | 90 | global $wgScript; |
91 | 91 | |
92 | | - $url['payflow'] = $wgScript . '?title=Special:PayflowProGateway'; |
| 92 | + $url['payflow'] = 'https://payments.wikimedia.org/index.php' . '?title=Special:PayflowProGateway'; |
93 | 93 | |
94 | 94 | return true; |
95 | 95 | } |
Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | $currencyMenu .= Xml::option( $fullName, $value ); |
133 | 133 | } |
134 | 134 | |
135 | | - $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => 'return DonateValidateForm(this)' )) . |
| 135 | + $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => '' )) . |
136 | 136 | Xml::openElement( 'div', array('id' => 'mw-donation-intro' )) . |
137 | 137 | Xml::element( 'p', array( 'class' => 'mw-donation-intro-text' ), wfMsg( 'donate_interface-intro' )) . |
138 | 138 | Xml::closeElement( 'div' ); |