-
-
Notifications
You must be signed in to change notification settings - Fork 917
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
feat(commerce): Add method for generating ISBN-10 and ISBN-13 #2240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that the associated issue is marked as waiting for user interest, so this PR might not be merged immediately.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2240 +/- ##
========================================
Coverage 99.60% 99.61%
========================================
Files 2786 2786
Lines 252522 252674 +152
Branches 1083 1096 +13
========================================
+ Hits 251529 251699 +170
+ Misses 966 948 -18
Partials 27 27
|
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
Team decision We accept this feature request. @RobinvanderVliet Please resolve to merge conflicts so we can open it for review. |
@RobinvanderVliet Could you please fix the merge conflicts? |
I resolved the merge conflicts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m considering the use of a strategy pattern to improve the maintainability of the changed code. However, I have decided to accept the current implementation.
This is my first pull request contributing some actual code to this project, so any feedback is welcome!
This merge request resolves issue #2196.