Skip to content

Commit c53ca65

Browse files
authored
ENGCOM-6678: Extend exception message #26511
2 parents 64fb41b + d8848a0 commit c53ca65

File tree

3 files changed

+414
-118
lines changed

3 files changed

+414
-118
lines changed

app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ private function searchQuoteAddressId(OrderInterface $order, array $addresses):
12621262
}
12631263
}
12641264

1265-
throw new NotFoundException(__('Quote address for failed order not found.'));
1265+
throw new NotFoundException(__('Quote address for failed order ID "%1" not found.', $order->getEntityId()));
12661266
}
12671267

12681268
/**

0 commit comments

Comments
 (0)