Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Release 1.51. Update minfraud server list
Browse files Browse the repository at this point in the history
  • Loading branch information
borisz committed Apr 17, 2012
1 parent 19bd9c7 commit dd37bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CreditCardFraudDetection.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ function CreditCardFraudDetection() {
//set the url of the web service
$this->url = "app/ccv2r";
$this->check_field = "countryMatch";
$this->server = array("minfraud3.maxmind.com", "minfraud1.maxmind.com", "minfraud2.maxmind.com");
$this->server = array( "minfraud.maxmind.com", "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com");
$this->numservers = count($this->server);
$this->API_VERSION = 'PHP/1.50';
$this->API_VERSION = 'PHP/1.51';
}

function filter_field($key, $value) {
Expand Down

0 comments on commit dd37bdb

Please sign in to comment.