Index: branches/wmf-deployment/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: branches/wmf-deployment/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' ); |
Property changes on: branches/wmf-deployment/extensions/DonationInterface/donate_interface |
___________________________________________________________________ |
Name: svn:mergeinfo |
139 | 139 | + /branches/REL1_15/phase3/extensions/DonationInterface/donate_interface:51646 |
/trunk/extensions/DonationInterface/donate_interface:56207,56209,56296,56333,56355,58532,58544-58545 |
/trunk/phase3/extensions/DonationInterface/donate_interface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |
Property changes on: branches/wmf-deployment/extensions/DonationInterface |
___________________________________________________________________ |
Name: svn:mergeinfo |
140 | 140 | + /branches/REL1_15/phase3/extensions/DonationInterface:51646 |
/trunk/extensions/DonationInterface:56207,56209,56296,56333,56355,58544-58545 |
/trunk/phase3/extensions/DonationInterface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |