-
Notifications
You must be signed in to change notification settings - Fork 106
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
[10.0][IMP] shopinvader: Allow to copy a previous sale #558
[10.0][IMP] shopinvader: Allow to copy a previous sale #558
Conversation
4914db4
to
583eb67
Compare
583eb67
to
2bd3c4d
Compare
2bd3c4d
to
af36e03
Compare
Codecov Report
@@ Coverage Diff @@
## 10.0 #558 +/- ##
==========================================
+ Coverage 89.61% 89.69% +0.08%
==========================================
Files 142 142
Lines 3735 3757 +22
==========================================
+ Hits 3347 3370 +23
+ Misses 388 387 -1
Continue to review full report at Codecov.
|
|
af36e03
to
81d36ef
Compare
@rousseldenis Can you check travis? |
81d36ef
to
d7a6fe1
Compare
This PR has the |
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.
LGTM
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 look at the issue during copy
This allows to copy a previous confirmed cart to a new one. If there is an existing cart, it will be replaced.
d7a6fe1
to
52cc589
Compare
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.
Thanks for your work !
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
This PR has the |
Congratulations, your PR was merged at a228c79. Thanks a lot for contributing to shopinvader. ❤️ |
@Cedric-Pigeon don't forget to add the PR into the forward port issue... |
@lmignon I do not forget, I usually do it as soon as the merge is done ;-) |
This allows to copy a previous confirmed cart to a new one.
If there is an existing cart, it will be replaced.