.gitignore | |
|
|
.php_cs | |
|
|
.styleci.yml | |
|
|
.travis.yml | |
|
|
changelog.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
contributing.md | |
|
|
docs/Application.md | |
|
|
docs/Example.md | |
|
|
docs/Payment.md | |
|
|
docs/PaymentRequest.md | |
|
|
docs/Refund.md | |
|
|
docs/Subscription.md | |
|
|
docs/Tikkie.md | |
|
|
img/TikkieAPI.png | |
|
|
license.md | |
|
|
package.json | |
|
|
phpunit.xml | |
|
|
readme.md | |
|
|
rulesets.xml | |
|
|
src/Application.php | 17 | A 0 mins |
|
src/BaseRequest.php | 89 | A 0 mins |
|
src/Controllers/TikkieNotificationController.php | 31 | A 0 mins |
|
src/Events/TikkiePaymentEvent.php | 13 | A 0 mins |
|
src/Events/TikkieRefundEvent.php | 13 | A 0 mins |
|
src/Facades/Tikkie.php | 15 | A 0 mins |
|
src/Notification/BaseNotification.php | 8 | A 0 mins |
|
src/Notification/PaymentNotification.php | 25 | A 0 mins |
|
src/Notification/RefundNotification.php | 25 | A 0 mins |
|
src/Payment.php | 52 | A 45 mins |
|
src/PaymentRequest.php | 78 | A 0 mins |
|
src/Refund.php | 51 | A 35 mins |
|
src/Request/Application.php | 9 | A 0 mins |
|
src/Request/BaseRequest.php | 72 | A 3 hrs |
|
src/Request/BaseRequestList.php | 61 | A 0 mins |
|
src/Request/PaymentItem.php | 29 | A 0 mins |
|
src/Request/PaymentList.php | 38 | A 0 mins |
|
src/Request/PaymentRequestCreate.php | 59 | A 0 mins |
|
src/Request/PaymentRequestItem.php | 19 | A 0 mins |
|
src/Request/PaymentRequestList.php | 9 | A 0 mins |
|
src/Request/RefundCreate.php | 62 | A 0 mins |
|
src/Request/RefundItem.php | 39 | A 0 mins |
|
src/Request/SubscriptionCreate.php | 21 | A 0 mins |
|
src/Request/SubscriptionDelete.php | 9 | A 0 mins |
|
src/Response/ApplicationResponse.php | 10 | A 0 mins |
|
src/Response/BaseResponse.php | 63 | A 25 mins |
|
src/Response/ErrorListResponse.php | 16 | A 0 mins |
|
src/Response/ErrorResponse.php | 54 | A 0 mins |
|
src/Response/PaymentListResponse.php | 21 | A 0 mins |
|