-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
193e90a
commit 0473ffe
Showing
3 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Revision History for FraudLabs Pro | ||
1.0.1 2016-1-5 | ||
Support new params and orderFeedback function | ||
Support composer install | ||
|
||
1.00 2014-2-12 | ||
First Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "chrislim2888/fraudlabspro", | ||
"description": "Fraud Prevention API to screen order transaction for online fraud. It helps to minimize fraud losses.", | ||
"keywords": ["fraudlabs", "fraudlabspro", "fraud", "fraud detection", "fraud prevention"], | ||
"homepage": "http://www.fraudlabspro.com", | ||
"type": "library", | ||
"license": "LGPLv3", | ||
"autoload": { | ||
"classmap": ["FraudLabsPro.class.php"] | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "FraudLabs Pro", | ||
"email": "support@fraudlabspro.com", | ||
"homepage": "http://www.fraudlabspro.com" | ||
} | ||
] | ||
} |