Skip to content

Commit 18f5218

Browse files
committed
MC-17118: PayPal :: Payflow link support
1 parent 9245810 commit 18f5218

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
@@ -23,8 +23,8 @@ type PaypalExpressToken @doc(description: "Contains the token returned by PayPal
2323
}
2424

2525
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")
26+
secure_token: String @doc(description:"Secure token generated by PayPal")
27+
secure_token_id: String @doc(description:"Secure token ID generated by PayPal")
2828
mode: PayflowLinkMode @doc(description:"Mode for Payflow transaction")
2929
paypal_url: String @doc(description:"PayPal URL used for requesting Payflow form")
3030
}

0 commit comments

Comments
 (0)