Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/minfraud.php |
— | — | @@ -35,8 +35,8 @@ |
36 | 36 | * to help prevent CSRF, etc. PLEASE use this! |
37 | 37 | * Declare in LocalSettings.php |
38 | 38 | */ |
39 | | -global $wgPayflowGatewaySalt; |
40 | | -$wgPayflowGatewaySalt = ''; |
| 39 | +global $wgPayflowGatewaySalt, $wgSecretKey; |
| 40 | +$wgPayflowGatewaySalt = $wgSecretKey; |
41 | 41 | |
42 | 42 | /** |
43 | 43 | * Your minFraud license key. |