Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180844

Change subject: Satisfy structure tests
......................................................................

Satisfy structure tests

Change-Id: I2088bbb20e9b2d0809a9f671e77c366016c7fc4c
---
M DonationInterface.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/44/180844/1

diff --git a/DonationInterface.php b/DonationInterface.php
index d18ec7a..e124304 100644
--- a/DonationInterface.php
+++ b/DonationInterface.php
@@ -105,6 +105,7 @@
 $wgAutoloadClasses['EncodingMangler'] = $donationinterface_dir . 
'gateway_common/EncodingMangler.php';
 $wgAutoloadClasses['GatewayAdapter'] = $donationinterface_dir . 
'gateway_common/gateway.adapter.php';
 $wgAutoloadClasses['GatewayPage'] = $donationinterface_dir . 
'gateway_common/GatewayPage.php';
+$wgAutoloadClasses['GatewayType'] = $donationinterface_dir . 
'gateway_common/gateway.adapter.php';
 $wgAutoloadClasses['DataValidator'] = $donationinterface_dir . 
'gateway_common/DataValidator.php';
 $wgAutoloadClasses['PaymentMethod'] = $donationinterface_dir . 
'gateway_common/PaymentMethod.php';
 $wgAutoloadClasses['StateAbbreviations'] = $donationinterface_dir . 
'gateway_forms/includes/stateAbbreviations.inc';
@@ -1043,7 +1044,7 @@
 //TODO: Either move this somewhere gateway-agnostic, or move it to the pfp 
installer section.
 $wgResourceModules[ 'pfp.form.core.api' ] = array(
        'scripts' => 'pfp_api_controller.js',
-       'dependencies' => array( 'mediawiki.util', 'jquery.json' ),
+       'dependencies' => array( 'mediawiki.util' ),
        'localBasePath' => $donationinterface_dir . 'payflowpro_gateway',
        'remoteExtPath' => 'DonationInterface/payflowpro_gateway',
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/180844
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2088bbb20e9b2d0809a9f671e77c366016c7fc4c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to