File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/code/Magento/QuoteGraphQl/etc/graphql Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 8080 <type name =" Magento\Quote\Model\QuoteManagement" >
8181 <plugin name =" merge_guest_orders_with_customer_after_place"
8282 type =" Magento\QuoteGraphQl\Plugin\Model\MergeGuestOrder" />
83+ <plugin name =" validate_payment_method_on_place_order"
84+ type =" Magento\QuoteGraphQl\Plugin\Quote\ValidatePaymentOnPlaceOrder"
85+ sortOrder =" 10" />
8386 </type >
8487 <type name =" Magento\QuoteGraphQl\Model\Resolver\UpdateCartItems" >
8588 <arguments >
114117 </argument >
115118 </arguments >
116119 </type >
117- <type name =" Magento\Quote\Model\QuoteManagement" >
118- <plugin name =" validate_payment_method_on_place_order"
119- type =" Magento\QuoteGraphQl\Plugin\Quote\ValidatePaymentOnPlaceOrder"
120- sortOrder =" 10" />
121- </type >
122120</config >
You can’t perform that action at this time.
0 commit comments