-
Notifications
You must be signed in to change notification settings - Fork 37
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
Nick Dijkstra
authored and
Nick Dijkstra
committed
Oct 11, 2016
1 parent
81bc4f5
commit 6a1fa0d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule mollie-api-client
updated
24 files
+9 −0 | .gitattributes | |
+16 −7 | .travis.yml | |
+1 −1 | LICENSE | |
+8 −9 | README.mdown | |
+9 −3 | composer.json | |
+5 −5 | examples/15-recurring-payment.php | |
+60 −0 | examples/16-recurring-subscription.php | |
+40 −0 | examples/17-cancel-subscription.php | |
+35 −0 | examples/18-update-customer.php | |
+39 −11 | src/Mollie/API/Client.php | |
+1 −0 | src/Mollie/API/Object/Customer/Mandate.php | |
+132 −0 | src/Mollie/API/Object/Customer/Subscription.php | |
+5 −0 | src/Mollie/API/Object/Method.php | |
+5 −0 | src/Mollie/API/Object/Organization.php | |
+42 −2 | src/Mollie/API/Object/Payment.php | |
+7 −0 | src/Mollie/API/Object/Payment/Refund.php | |
+69 −0 | src/Mollie/API/Resource/Base.php | |
+21 −0 | src/Mollie/API/Resource/Customers.php | |
+62 −0 | src/Mollie/API/Resource/Customers/Subscriptions.php | |
+23 −6 | src/Mollie/API/Resource/Payments.php | |
+13 −0 | src/Mollie/API/Resource/Payments/Refunds.php | |
+158 −28 | tests/apiUnitTest.php | |
+9 −2 | tests/compatibilityCheckerUnitTest.php | |
+4 −2 | tests/resourceUnitTest.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