We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9245810 commit 18f5218Copy full SHA for 18f5218
app/code/Magento/PaypalGraphQl/etc/schema.graphqls
@@ -23,8 +23,8 @@ type PaypalExpressToken @doc(description: "Contains the token returned by PayPal
23
}
24
25
type PayflowLinkToken {
26
- secret_token: String @doc(description:"Secret token generated by PayPal")
27
- secret_token_id: String @doc(description:"Secret token ID generated by PayPal")
+ secure_token: String @doc(description:"Secure token generated by PayPal")
+ secure_token_id: String @doc(description:"Secure token ID generated by PayPal")
28
mode: PayflowLinkMode @doc(description:"Mode for Payflow transaction")
29
paypal_url: String @doc(description:"PayPal URL used for requesting Payflow form")
30
0 commit comments