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

[2.x] Move model traits. #48

Merged
merged 1 commit into from
Apr 20, 2024
Merged

[2.x] Move model traits. #48

merged 1 commit into from
Apr 20, 2024

Conversation

r-kujawa
Copy link
Contributor

What does this PR do? 🤖

  • Moves the ConfiguresCheckoutGateway trait to src/Traits.
  • Extracts single use model traits content into their respective models.

Does this relate to any issue? 🔗

Closes #35

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 26.84%. Comparing base (c156ef8) to head (eafdc77).

Files Patch % Lines
src/Models/PaymentMethod.php 0.00% 6 Missing ⚠️
src/Models/PaymentTransaction.php 0.00% 6 Missing ⚠️
src/Traits/ConfiguresCheckoutGateway.php 0.00% 3 Missing ⚠️
src/Models/Wallet.php 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master      #48   +/-   ##
=========================================
  Coverage     26.84%   26.84%           
  Complexity       67       67           
=========================================
  Files            17       14    -3     
  Lines           149      149           
=========================================
  Hits             40       40           
  Misses          109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@r-kujawa r-kujawa merged commit 081e541 into master Apr 20, 2024
6 of 7 checks passed
@r-kujawa r-kujawa deleted the enhancement-35-move_traits branch April 20, 2024 12:52
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.

None yet

1 participant