Skip to content

Commit

Permalink
Merge pull request #12 from PayLeaseBrian/split-pay
Browse files Browse the repository at this point in the history
Implement limited functionality for Split pay/split refund and linked account transfers
  • Loading branch information
francoisneron authored Dec 12, 2017
2 parents 0502f59 + ff91711 commit 8e1771b
Show file tree
Hide file tree
Showing 24 changed files with 4,157 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
vendor
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@

],
"require": {
"php": ">=5.3.0",
"php": ">=5.6",
"ext-curl": "*"
},

"autoload" : {
"files" : ["source/paysafe.php"]
"files": ["source/paysafe.php"]
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"scripts": {
"test": "phpunit tests"
},
"minimum-stability": "stable"
}
Loading

0 comments on commit 8e1771b

Please # to comment.