Skip to content

Commit b5e273e

Browse files
committed
magento/graphql-ce#644: [Checkout] Support of "Braintree" payment method
1 parent fffeb62 commit b5e273e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/code/Magento/BraintreeGraphQl/etc/module.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_BraintreeGraphQl">
10-
<sequence>
11-
<module name="Magento_Braintree"/>
12-
<module name="Magento_Quote"/>
13-
<module name="Magento_Store"/>
14-
<module name="Magento_QuoteGraphQl"/>
15-
</sequence>
16-
</module>
9+
<module name="Magento_BraintreeGraphQl"/>
1710
</config>

0 commit comments

Comments
 (0)