Skip to content

Commit

Permalink
added better naming for store config field
Browse files Browse the repository at this point in the history
prabhuram93 committed Jul 29, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent d47baa8 commit fd8e270
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/PaypalGraphQl/etc/graphql/di.xml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
<type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
<arguments>
<argument name="extendedConfigData" xsi:type="array">
<item name="payflowpro_vault_enabled" xsi:type="string">payment/payflowpro_cc_vault/active</item>
<item name="payment_payflowpro_cc_vault_active" xsi:type="string">payment/payflowpro_cc_vault/active</item>
</argument>
</arguments>
</type>
2 changes: 1 addition & 1 deletion app/code/Magento/PaypalGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
@@ -144,5 +144,5 @@ type PayflowProResponseOutput {
}

type StoreConfig {
payflowpro_vault_enabled: String @doc(description: "Payflowpro vault status.")
payment_payflowpro_cc_vault_active: String @doc(description: "Payflow Pro vault status.")
}

0 comments on commit fd8e270

Please sign in to comment.