Skip to content

Commit 1422df6

Browse files
committed
remove redundant data from graphql schema
1 parent 57b733f commit 1422df6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ 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 @doc(description:"Required input for payment methods with Vault support.")
5554
}
5655

5756
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.") {
@@ -143,7 +142,3 @@ input PayflowProResponseInput @doc(description:"Input required to complete payme
143142
type PayflowProResponseOutput {
144143
cart: Cart!
145144
}
146-
147-
input VaultTokenInput @doc(description:"Required input for payment methods with Vault support.") {
148-
public_hash: String! @doc(description: "The public hash of the payment token")
149-
}

0 commit comments

Comments
 (0)