-
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mollie-api-client
updated
9 files
+4 −3 | README.mdown | |
+1 −1 | composer.json | |
+65 −28 | src/Mollie/API/Client.php | |
+27 −0 | src/Mollie/API/CompatibilityChecker.php | |
+1 −0 | src/Mollie/API/Exception/IncompatiblePlatform.php | |
+32 −1 | src/Mollie/API/Object/Payment.php | |
+10 −6 | src/Mollie/API/Resource/Base.php | |
+20 −1 | tests/apiUnitTest.php | |
+35 −1 | tests/compatibilityCheckerUnitTest.php |