Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Add ability to reset() payment service. #33

Merged
merged 3 commits into from
Apr 28, 2023
Merged

Conversation

r-kujawa
Copy link
Contributor

What does this PR do? 🤖

  • Adds reset() to PaymentService::class`.

Does this relate to any issue? 🔗

Closes #28

@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.24 🎉

Comparison is base (286c899) 55.88% compared to head (e5513ec) 56.13%.

Additional details and impacted files
@@             Coverage Diff              @@
##                1.x      #33      +/-   ##
============================================
+ Coverage     55.88%   56.13%   +0.24%     
- Complexity      223      224       +1     
============================================
  Files            42       42              
  Lines           705      709       +4     
============================================
+ Hits            394      398       +4     
  Misses          311      311              
Impacted Files Coverage Δ
src/Facades/Payment.php 100.00% <ø> (ø)
src/PaymentService.php 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@r-kujawa r-kujawa merged commit 8856202 into 1.x Apr 28, 2023
@r-kujawa r-kujawa deleted the enhancement-28-reset branch April 28, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add reset() method to PaymentService::class.
1 participant