File tree 2 files changed +2
-2
lines changed
app/code/Magento/PaypalGraphQl/etc
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
<type name =" Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider" >
59
59
<arguments >
60
60
<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 >
62
62
</argument >
63
63
</arguments >
64
64
</type >
Original file line number Diff line number Diff line change @@ -144,5 +144,5 @@ type PayflowProResponseOutput {
144
144
}
145
145
146
146
type StoreConfig {
147
- payflowpro_vault_enabled : String @doc (description : " Payflowpro vault status." )
147
+ payment_payflowpro_cc_vault_active : String @doc (description : " Payflow Pro vault status." )
148
148
}
You can’t perform that action at this time.
0 commit comments