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

LPD-3453 No reason is given when it's impossible to continue the checkout #46

Open
wants to merge 2,881 commits into
base: master
Choose a base branch
from

Conversation

michelevigilante
Copy link

Comment on lines 118 to 120
List<CommerceOrderItem> commerceOrderItems =
commerceOrder.getCommerceOrderItems();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to declare this variable

List<CommerceOrderValidatorResult>
commerceOrderValidatorResults =
_commerceOrderValidatorRegistry.validate(
renderRequest.getLocale(), commerceOrder);

for (CommerceOrderItem commerceOrderItem : commerceOrderItems) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for (CommerceOrderItem commerceOrderItem : commerceOrderItems) {
for (CommerceOrderItem commerceOrderItem : commerceOrder.getCommerceOrderItems()) {

jaimelr10 and others added 27 commits May 21, 2024 15:42
Date processor should not be editable at any point
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.