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 6a4ec67 commit ffc46d3Copy full SHA for ffc46d3
app/code/Magento/Quote/etc/di.xml
@@ -39,7 +39,7 @@
39
<type name="Magento\Webapi\Controller\Rest\ParamsOverrider">
40
<arguments>
41
<argument name="paramsOverrider" xsi:type="array">
42
- <item name="%cart_id%" xsi:type="object">Magento\QuoteWebapi\Model\Webapi\ParamOverriderCartId</item>
+ <item name="%cart_id%" xsi:type="object">Magento\Quote\Model\Webapi\ParamOverriderCartId</item>
43
</argument>
44
</arguments>
45
</type>
app/code/Magento/Webapi/Controller/Rest/ParamOverriderCustomerId.php
@@ -7,6 +7,7 @@
7
namespace Magento\Webapi\Controller\Rest;
8
9
use Magento\Authorization\Model\UserContextInterface;
10
+use Magento\Framework\Webapi\Rest\Request\ParamOverriderInterface;
11
12
/**
13
* Replaces a "%customer_id%" value with the real customer id
0 commit comments