devinweb / laravel-youcan-pay

YouCanPay Laravel php package
https://devinweb.com
MIT License
11 stars 1 forks source link

Manage user transactions + webhook events #1

Closed darbaoui closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (bb4804c) compared to base (13747fd). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 18 50 +32 =========================================== Files 3 8 +5 Lines 47 132 +85 =========================================== + Hits 47 132 +85 ``` | [Impacted Files](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb) | Coverage Δ | | |---|---|---| | [src/Events/WebhookReceived.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL0V2ZW50cy9XZWJob29rUmVjZWl2ZWQucGhw) | `100.00% <100.00%> (ø)` | | | [src/Http/Controllers/WebHookController.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL0h0dHAvQ29udHJvbGxlcnMvV2ViSG9va0NvbnRyb2xsZXIucGhw) | `100.00% <100.00%> (ø)` | | | [src/Http/Middleware/VerifyWebhookSignature.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL0h0dHAvTWlkZGxld2FyZS9WZXJpZnlXZWJob29rU2lnbmF0dXJlLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/LaravelYoucanPay.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL0xhcmF2ZWxZb3VjYW5QYXkucGhw) | `100.00% <100.00%> (ø)` | | | [src/Models/Transaction.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL01vZGVscy9UcmFuc2FjdGlvbi5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Providers/LaravelYoucanPayServiceProvider.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL1Byb3ZpZGVycy9MYXJhdmVsWW91Y2FuUGF5U2VydmljZVByb3ZpZGVyLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Traits/Billable.php](https://codecov.io/gh/devinweb/laravel-youcan-pay/pull/1/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb#diff-c3JjL1RyYWl0cy9CaWxsYWJsZS5waHA=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=devinweb)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.