.editorconfig | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/workflows/release-please.yml | |
|
|
.github/workflows/static.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.gitignore | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpstan.neon | |
|
|
phpunit.xml | |
|
|
src/Client.php | 219 | A 2 hrs | A 100% |
src/Enums/ErrorCodeEnum.php | 27 | A 0 mins | F 0% |
src/Enums/IdentificationTypeEnum.php | 6 | A 0 mins | F 0% |
src/Enums/TransactionTypeEnum.php | 7 | A 0 mins | F 0% |
src/Exceptions/PrepareRequestException.php | 30 | A 0 mins | A 100% |
src/Interfaces/ConfigInterface.php | 8 | A 0 mins | F 0% |
src/Interfaces/RecipientInterface.php | 15 | A 0 mins | F 0% |
src/Interfaces/SenderInterface.php | 13 | A 0 mins | F 0% |
src/Interfaces/TransactionInterface.php | 19 | A 0 mins | F 0% |
src/Models/CancelTransactionResponse.php | 9 | A 0 mins | F 0% |
src/Models/FetchAuthTokenResponse.php | 11 | A 0 mins | F 0% |
src/Models/FetchTransactionStatusResponse.php | 9 | A 0 mins | F 0% |
src/Models/PayoutTransactionResponse.php | 10 | A 0 mins | F 0% |
src/Models/Transaction.php | 11 | A 0 mins | F 0% |
src/Models/ValidateRecipientResponse.php | 11 | A 0 mins | F 0% |