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 b13c5f0 commit 1be9fa3Copy full SHA for 1be9fa3
app/code/Magento/QuoteGraphQl/etc/graphql/di.xml
@@ -78,8 +78,6 @@
78
<type name="Magento\Quote\Model\QuoteManagement">
79
<plugin name="merge_guest_orders_with_customer_after_place"
80
type="Magento\QuoteGraphQl\Plugin\Model\MergeGuestOrder" />
81
- </type>
82
- <type name="Magento\Quote\Model\QuoteManagement">
83
<plugin name="create_empty_cart_without_country_validation"
84
type="Magento\QuoteGraphQl\Plugin\Model\CreateEmptyCartWithoutCountryValidation" />
85
</type>
0 commit comments