Skip to content

Commit ad4ba2e

Browse files
committed
Extend exception message
1 parent 1ad65a3 commit ad4ba2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)