Skip to content

Commit 1be9fa3

Browse files
committed
ACP2E-3255: [GRAPHQL] model value should be specified when getting customerCart
- Fixed the static test failure.
1 parent b13c5f0 commit 1be9fa3

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/QuoteGraphQl/etc/graphql

1 file changed

+0
-2
lines changed

app/code/Magento/QuoteGraphQl/etc/graphql/di.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
<type name="Magento\Quote\Model\QuoteManagement">
7979
<plugin name="merge_guest_orders_with_customer_after_place"
8080
type="Magento\QuoteGraphQl\Plugin\Model\MergeGuestOrder" />
81-
</type>
82-
<type name="Magento\Quote\Model\QuoteManagement">
8381
<plugin name="create_empty_cart_without_country_validation"
8482
type="Magento\QuoteGraphQl\Plugin\Model\CreateEmptyCartWithoutCountryValidation" />
8583
</type>

0 commit comments

Comments
 (0)