We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c512dd5 commit 433513aCopy full SHA for 433513a
app/code/Magento/Checkout/Model/ShippingInformationManagement.php
@@ -169,9 +169,12 @@ public function saveAddressInformation(
169
}
170
171
/**
172
+ * Validate quote
173
+ *
174
* @param \Magento\Quote\Model\Quote $quote
175
* @throws InputException
176
* @throws NoSuchEntityException
177
+ * @return void
178
*/
179
protected function validateQuote(\Magento\Quote\Model\Quote $quote)
180
{
0 commit comments