File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/PaypalGraphQl/etc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858 <type name =" Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider" >
5959 <arguments >
6060 <argument name =" extendedConfigData" xsi : type =" array" >
61- <item name =" payflowpro_vault_enabled " xsi : type =" string" >payment/payflowpro_cc_vault/active</item >
61+ <item name =" payment_payflowpro_cc_vault_active " xsi : type =" string" >payment/payflowpro_cc_vault/active</item >
6262 </argument >
6363 </arguments >
6464 </type >
Original file line number Diff line number Diff line change @@ -144,5 +144,5 @@ type PayflowProResponseOutput {
144144}
145145
146146type StoreConfig {
147- payflowpro_vault_enabled : String @doc (description : " Payflowpro vault status." )
147+ payment_payflowpro_cc_vault_active : String @doc (description : " Payflow Pro vault status." )
148148}
You can’t perform that action at this time.
0 commit comments