Skip to content

Commit c28747d

Browse files
committed
Add description
1 parent 009a3ba commit c28747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PaypalGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ input PaymentMethodInput {
5151
payflow_link: PayflowLinkInput @doc(description:"Required input for PayPal Payflow Link and Payments Advanced payments")
5252
payflowpro: PayflowProInput @doc(description: "Required input type for PayPal Payflow Pro and Payment Pro payments")
5353
hosted_pro: HostedProInput @doc(description:"Required input for PayPal Hosted pro payments")
54-
payflowpro_cc_vault: VaultTokenInput
54+
payflowpro_cc_vault: VaultTokenInput @doc(description:"Required input for payment methods with Vault support.")
5555
}
5656

5757
input HostedProInput @doc(description:"A set of relative URLs that PayPal will use in response to various actions during the authorization process. Magento prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for Payments Pro Hosted Solution payment method.") {
@@ -103,7 +103,7 @@ input PayflowProTokenInput @doc(description:"Input required to fetch payment tok
103103

104104
input PayflowProInput @doc(description:"Required input for Payflow Pro and Payments Pro payment methods.") {
105105
cc_details: CreditCardDetailsInput! @doc(description: "Required input for credit card related information")
106-
is_active_payment_token_enabler: Boolean @doc(description:"States whether an entered by a customer credit/debit card should be tokenized for later usage. Required only if Vault is enabled for PayPal Payflow Pro payment integration.")
106+
is_active_payment_token_enabler: Boolean @doc(description:"States whether details about the customer's credit/debit card should be tokenized for later usage. Required only if Vault is enabled for PayPal Payflow Pro payment integration.")
107107
}
108108

109109
input CreditCardDetailsInput @doc(description:"Required fields for Payflow Pro and Payments Pro credit card payments") {

0 commit comments

Comments
 (0)