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 eb9aa30 commit 9140fabCopy full SHA for 9140fab
app/code/Magento/Multishipping/Controller/Checkout/Plugin.php
@@ -3,12 +3,12 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
+
8
namespace Magento\Multishipping\Controller\Checkout;
9
10
/**
- * Class Plugin
- *
11
- * @package Magento\Multishipping\Controller\Checkout
+ * Turns Off Multishipping mode for Quote.
12
13
class Plugin
14
{
0 commit comments