File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
app/code/Magento/PaypalGraphQl/etc Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 54
54
</argument >
55
55
</arguments >
56
56
</type >
57
+
58
+ <type name =" Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider" >
59
+ <arguments >
60
+ <argument name =" extendedConfigData" xsi : type =" array" >
61
+ <item name =" payflowpro_vault_enabled" xsi : type =" string" >payment/payflowpro_cc_vault/active</item >
62
+ </argument >
63
+ </arguments >
64
+ </type >
57
65
</config >
Original file line number Diff line number Diff line change @@ -142,3 +142,7 @@ input PayflowProResponseInput @doc(description:"Input required to complete payme
142
142
type PayflowProResponseOutput {
143
143
cart : Cart !
144
144
}
145
+
146
+ type StoreConfig {
147
+ payflowpro_vault_enabled : String @doc (description : " Payflowpro vault status." )
148
+ }
You can’t perform that action at this time.
0 commit comments