File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ // phpcs:ignore CookieAndSessionMisuse
6
7
namespace Magento \Multishipping \Model \Checkout \Type \Multishipping ;
7
8
8
9
use Magento \Checkout \Model \Session ;
@@ -178,27 +179,31 @@ public function unsCompleteStep($step)
178
179
*/
179
180
public function canSelectAddresses ()
180
181
{
182
+ return false ;
181
183
}
182
184
183
185
/**
184
186
* @return bool
185
187
*/
186
188
public function canInputShipping ()
187
189
{
190
+ return false ;
188
191
}
189
192
190
193
/**
191
194
* @return bool
192
195
*/
193
196
public function canSeeOverview ()
194
197
{
198
+ return false ;
195
199
}
196
200
197
201
/**
198
202
* @return bool
199
203
*/
200
204
public function canSuccess ()
201
205
{
206
+ return false ;
202
207
}
203
208
204
209
// phpcs:enable
You can’t perform that action at this time.
0 commit comments