-
Notifications
You must be signed in to change notification settings - Fork 44
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib
updated
13 files
+6 −5 | .travis.yml | |
+60 −23 | README.mdown | |
+2 −2 | composer.json | |
+2 −2 | examples/7-refund-payment.php | |
+71 −0 | examples/8-custom-payment-webhook.php | |
+37 −29 | src/Mollie/API/Client.php | |
+2 −0 | src/Mollie/API/Object/Method.php | |
+56 −0 | src/Mollie/API/Object/Payment.php | |
+1 −8 | src/Mollie/API/Object/Payment/Refund.php | |
+12 −7 | src/Mollie/API/Resource/Base.php | |
+47 −3 | src/Mollie/API/Resource/Payments.php | |
+53 −4 | tests/apiUnitTest.php | |
+3 −0 | tests/bootstrap.php |