-
Notifications
You must be signed in to change notification settings - Fork 53
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
Rick Wong
committed
May 13, 2014
1 parent
6f985e5
commit 64bbb69
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule lib
updated
19 files
+6 −5 | .travis.yml | |
+59 −18 | README.mdown | |
+1 −1 | composer.json | |
+1 −3 | examples/1-new-payment.php | |
+1 −3 | examples/2-webhook-verification.php | |
+2 −4 | examples/4-ideal-payment.php | |
+1 −3 | examples/5-payments-history.php | |
+1 −3 | examples/6-list-activated-methods.php | |
+35 −0 | examples/7-refund-payment.php | |
+11 −0 | examples/initialize.php | |
+30 −21 | src/Mollie/API/Client.php | |
+20 −0 | src/Mollie/API/Exception.php | |
+6 −5 | src/Mollie/API/Object/Method.php | |
+30 −0 | src/Mollie/API/Object/Payment.php | |
+68 −0 | src/Mollie/API/Object/Payment/Refund.php | |
+21 −9 | src/Mollie/API/Resource/Base.php | |
+49 −0 | src/Mollie/API/Resource/Payments.php | |
+69 −0 | src/Mollie/API/Resource/Payments/Refunds.php | |
+23 −4 | tests/apiUnitTest.php |
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