Skip to content

Commit d8848a0

Browse files
ENGCOM-6678: Extend exception message #26511
- Merge Pull Request #26511 from oroskodias/magento2:extend-multishipping-exception-message - Merged commits: 1. ad4ba2e 2. 085e52e 3. faf522f 4. a70842f 5. 539c087 6. 12feb34 7. 776b544 8. 4fbd865 9. d1c90b5
2 parents d71050a + d1c90b5 commit d8848a0

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)