Php – How to change shipping method in shopware 6 programmatically
I'm trying to change shipping method in shopware6 programmatically, but I'm not succeeding. I will not get any error or exception, there just will not be changed anything. class: <?php declare(strict_types=1); namespace WtShippingCalcCoreCheckoutCart; use JetBrainsPhpStormNoReturn; use ShopwareCoreCheckoutCartCart; use ShopwareCoreCheckoutCartCartBehavior; use…