Skip to content

Commit 6ab1392

Browse files
committed
debug
1 parent 3c3d7ff commit 6ab1392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingMethodsOnCart.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ public function execute(ContextInterface $context, CartInterface $cart, array $s
6262

6363
// $quoteAddress = $this->getQuoteAddress->execute($cart, $context->getUserId());
6464
// $this->assignShippingMethodToCart->execute($cart, $quoteAddress, $carrierCode, $methodCode);
65+
$quoteAddress = $cart->getShippingAddress();
66+
$this->assignShippingMethodToCart->execute($cart, $quoteAddress, $carrierCode, $methodCode);
6567
}
6668
}

0 commit comments

Comments
 (0)