Page MenuHomePhabricator
Paste P12499

LocalSettingsBottomConfig
ActivePublic

Authored by scervantes on Sep 7 2020, 3:30 AM.
Tags
None
Referenced Files
F32248172: raw.txt
Sep 7 2020, 3:30 AM
Subscribers
None
wfLoadExtension( 'DonationInterface' );
$wgAdyenGatewayURL = 'https://test.adyen.com';
$wgAdyenGatewayAccountInfo = array(
'test' => array(
'AccountName' => 'testAcct',
'SharedSecret' => 'much_ado1234567',
'SkinCode' => '1234567',
)
);
$wgAmazonGatewayAccountInfo = array(
'default' => array(
'SellerID' => 'ADLKSJLKJDA',
'ClientID' => 'amzn1.application-oa2-client.87abd987dab7af8779564468765af5975775b98',
'ClientSecret' => 'face69876a98769876f987687b69876d9876e98769a7696d',
'MWSAccessKey' => 'LKJDALDKJASJOASWEJ8D',
'MWSSecretKey' => 'khjh&ADokaudhadad5rad/8audADKda6875864ad',
'Region' => 'us',
'WidgetScriptURL' => 'https://static-na.payments-amazon.com/OffAmazonPayments/us/sandbox/js/Widgets.js',
// Return URL must be exactly this, and you need to enable vagrant role https
'ReturnURL' => 'https://payments.wiki.local.wmftest.net:4430/w/index.php?title=Special:AmazonGateway',
)
);
$wgAstropayGatewayAccountInfo = array(
'test' => array(
'Create' => array( // For creating invoices
'Login' => 'acct1',
'Password' => 'beez',
),
'Status' => array( // For checking payment status
'Login' => 'acct2',
'Password' => 'needs',
),
'SecretKey' => 'gobbeldegook', // For signing requests and verifying responses
)
);
$wgAstropayGatewayURL = 'https://sandbox.astropaycard.com/';
$wgGlobalCollectGatewayAccountInfo = array(
'default' => array(
'MerchantID' => '1234',
),
);
$wgPaypalGatewayAccountInfo = array(
'default' => array(
'AccountEmail' => 'magoo@localhost.net',
),
);
$wgLogo = "images/e/eb/Wmf_logo.png";
$wgLogoHD = array(
"1.5x" => "images/f/fc/Wmf_logo_1.5x.png",
"2x" => "images/d/d1/Wmf_logo_2x.png"
);
$wgDonationInterfaceAppealWikiTemplate = 'Appeal/en';