You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope to isShippingCarrierAvailable is not applied from $request. This makes issues with shipping methods when quote is being created from backend via 3rd party modules.
This applies storeId scope directly from $request->getStoreId() to make sure scope is not lost when quote is created by admin.
0 commit comments