Index: trunk/extensions/DonationInterface/extras/minfraud/ccfd/CreditCardFraudDetection.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | // set the url of the web service |
65 | 65 | $this->url = "app/ccv2r"; |
66 | 66 | $this->check_field = "score"; |
67 | | - $this->server = array( "minfraud3.maxmind.com", "minfraud1.maxmind.com", "minfraud2.maxmind.com" ); |
| 67 | + $this->server = array( "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com" ); |
68 | 68 | $this->numservers = count( $this->server ); |
69 | 69 | $this->API_VERSION = 'PHP/1.49'; |
70 | 70 | } |