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 88628f8 commit 96b14b9Copy full SHA for 96b14b9
app/code/Magento/QuoteGraphQl/etc/graphql/di.xml
@@ -26,4 +26,9 @@
26
<type name="Magento\Framework\GraphQl\Query\ResolverInterface">
27
<plugin name="reset-totals" type="Magento\QuoteGraphQl\Plugin\ResetStoredTotalsBeforeTopResolver" sortOrder="1"/>
28
</type>
29
+ <type name="Magento\QuoteGraphQl\Model\Cart\TotalsCollector">
30
+ <arguments>
31
+ <argument name="quoteTotalsCollector" xsi:type="object">Magento\Quote\Model\Quote\TotalsCollector\Proxy</argument>
32
+ </arguments>
33
+ </type>
34
</config>
0 commit comments