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

Commit dd37bdb

Browse files
committed
Release 1.51. Update minfraud server list
1 parent 19bd9c7 commit dd37bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CreditCardFraudDetection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ function CreditCardFraudDetection() {
6262
//set the url of the web service
6363
$this->url = "app/ccv2r";
6464
$this->check_field = "countryMatch";
65-
$this->server = array("minfraud3.maxmind.com", "minfraud1.maxmind.com", "minfraud2.maxmind.com");
65+
$this->server = array( "minfraud.maxmind.com", "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com");
6666
$this->numservers = count($this->server);
67-
$this->API_VERSION = 'PHP/1.50';
67+
$this->API_VERSION = 'PHP/1.51';
6868
}
6969

7070
function filter_field($key, $value) {

0 commit comments

Comments
 (0)