Skip to content

Commit b9ddbda

Browse files
committed
MAGETWO-53238: Vault Provider field contains Payflow Pro option in countries which don't have such solution
- Removed Config module dependency
1 parent 2ed5eb0 commit b9ddbda

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Vault/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"magento/module-sales": "100.1.*",
88
"magento/module-store": "100.1.*",
99
"magento/module-checkout": "100.1.*",
10-
"magento/module-config": "100.1.*",
1110
"magento/module-payment": "100.1.*",
1211
"magento/module-customer": "100.1.*",
1312
"magento/module-quote": "100.1.*",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<module name="Magento_Store"/>
1313
<module name="Magento_Payment"/>
1414
<module name="Magento_Checkout"/>
15-
<module name="Magento_Config"/>
1615
<module name="Magento_Theme"/>
1716
</sequence>
1817
</module>

0 commit comments

Comments
 (0)