Index: trunk/extensions/DonationInterface/donationinterface.php |
— | — | @@ -118,19 +118,8 @@ |
119 | 119 | $wgAutoloadClasses['GlobalCollectGateway'] = $donationinterface_dir . 'globalcollect_gateway/globalcollect_gateway.body.php'; |
120 | 120 | $wgAutoloadClasses['GlobalCollectGatewayResult'] = $donationinterface_dir . 'globalcollect_gateway/globalcollect_resultswitcher.body.php'; |
121 | 121 | $wgAutoloadClasses['GlobalCollectAdapter'] = $donationinterface_dir . 'globalcollect_gateway/globalcollect.adapter.php'; |
122 | | - |
123 | | - $wgAutoloadClasses['Gateway_Form_TwoStepAmount'] = $donationinterface_dir . 'globalcollect_gateway/forms/TwoStepAmount.php'; |
124 | | - |
125 | | - $wgResourceModules[ 'gc.form.core.validate' ] = array( |
126 | | - // scripts are not being picked up properly. These are currently only being loaded in TwoStepAmount.php |
127 | | - 'scripts' => array( 'js/validate.js', 'js/jquery.validate.js', 'js/jquery.validate.additional-methods.js', ), |
128 | | - 'dependencies' => array( 'ext.donationInterface.errorMessages', 'jquery.ui.accordion', ), |
129 | | - 'localBasePath' => $donationinterface_dir . 'globalcollect_gateway/modules', |
130 | | - 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules', |
131 | | - 'styles' => 'css/style.css', |
132 | | - ); |
133 | | - |
134 | 122 | } |
| 123 | + |
135 | 124 | //PayflowPro gateway classes |
136 | 125 | if ( $optionalParts['PayflowPro'] === true ){ |
137 | 126 | $wgAutoloadClasses['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.body.php'; |