forked from maxmind/ccfd-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
51 lines (40 loc) · 1.87 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Revision history for MaxMind CreditCardFraudDetection PHP API
1.52 Aug 8th 2012
- Allow all input fields supported by minFraud 1.4 (Boris Zentner)
- Remove LocationVerification example and API (Boris Zentner)
1.50 March 13th 2012
- Check countryMatch instead of score. Score is not avail as of
minfraud_version 1.3 and might be empty. (Boris Zentner)
1.49 Februar 19th 2009
- Add minfraud3.maxmind.com to the server list ( Boris Zentner )
1.48 October 3th 2008
- Add new optional fields user_agent and accept_language for CCFD requests ( Boris Zentner )
1.47 April 25th 2008
- Changed license from GPL to LGPL
1.46 October 4th 2007
- Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com
1.43 October 3rd 2006
- Added support for new input fields, usernameMD5 and passwordMD5
- Changed require ("HTTPBase.php") to require_once ("HTTPBase.php")
in case both CCFD and Telephone Verification files are used (Mike Mallinson)
1.4 August 8th 2005
- Added support for Telephone Verification
- Use POST method instead of GET method, fixes bug where query string
was truncated
- Added support for bypassing DNS using IP addresses
- Added shipCity shipRegion shipPostal shipCountry to list of input fields
1.3 February 9th 2005
- Added requested_type, forwardedIP, emailMD5, shipAddr,
txnID, sessionID to list of input fields
- Added LocationVerification.php
- Replaced global variables with class fields (David Recordon)
1.2 July 2nd 2004
- Added binName, binPhone, custPhone to list of input fields
1.1 June 8th 2004
- Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com)
- Fixed URL encoding bug
- Fixed curl code
- Added debug and timeout options
- Failover if score field not set
1.0 May 5st 2004
- original version