.codeclimate.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
phpcs.xml | |
|
|
phpunit.xml | |
|
|
src/Base/RequestBase.php | 9 | A 0 mins |
|
src/Exception/RequestException.php | 26 | A 0 mins |
|
src/Model/Base/ModelBase.php | 62 | B 4 hrs |
|
src/Model/Customer.php | 29 | A 0 mins |
|
src/Model/Issuer.php | 13 | A 0 mins |
|
src/Model/Mandate.php | 24 | A 0 mins |
|
src/Model/Method.php | 33 | A 0 mins |
|
src/Model/Payment.php | 85 | A 0 mins |
|
src/Model/Refund.php | 15 | A 0 mins |
|
src/Model/Subscription.php | 23 | A 0 mins |
|
src/Mollie.php | 79 | A 0 mins |
|
src/Request.php | 84 | A 0 mins |
|
src/Resource/Base/CustomerResourceBase.php | 30 | A 0 mins |
|
src/Resource/Base/PaymentResourceBase.php | 24 | A 0 mins |
|
src/Resource/Base/ResourceBase.php | 30 | A 35 mins |
|
src/Resource/Customer/MandateResource.php | 64 | A 0 mins |
|
src/Resource/Customer/PaymentResource.php | 47 | A 1 hr |
|
src/Resource/Customer/SubscriptionResource.php | 63 | A 1 hr |
|
src/Resource/CustomerResource.php | 91 | A 2 hrs |
|
src/Resource/IssuerResource.php | 24 | A 3 hrs |
|
src/Resource/MethodResource.php | 24 | A 3 hrs |
|
src/Resource/Payment/RefundResource.php | 43 | A 0 mins |
|
src/Resource/PaymentResource.php | 49 | A 35 mins |
|
src/Resource/RefundResource.php | 16 | A 0 mins |
|
tests/Customer/CustomerCreateTest.php | 41 | A 0 mins |
|
tests/Customer/CustomerGetTest.php | 45 | A 0 mins |
|
tests/Customer/CustomerModelTest.php | 60 | A 0 mins |
|
tests/Customer/CustomerUpdateTest.php | 90 | A 0 mins |
|
tests/Customer/Mandate/CustomerMandateCreateTest.php | 60 | A 1 hr |
|
tests/Customer/Mandate/CustomerMandateGetTest.php | 55 | A 0 mins |
|
tests/Customer/Mandate/CustomerMandateModelTest.php | 53 | A 0 mins |
|
tests/Customer/Mandate/CustomerMandateRevokeTest.php | 20 | A 0 mins |
|
tests/Customer/Payment/CustomerPaymentCreateTest.php | 150 | A 3 hrs |
|
tests/Customer/Payment/CustomerPaymentGetTest.php | 26 | A 0 mins |
|
tests/Customer/Subscription/CustomerSubscriptionCancelTest.php | 24 | A 0 mins |
|
tests/Customer/Subscription/CustomerSubscriptionCreateTest.php | 87 | A 1 hr |
|
tests/Customer/Subscription/CustomerSubscriptionGetTest.php | 55 | A 0 mins |
|
tests/Customer/Subscription/CustomerSubscriptionModelTest.php | 24 | A 0 mins |
|
tests/InitTest.php | 64 | A 0 mins |
|
tests/Issuer/IssuerGetTest.php | 42 | A 0 mins |
|