You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/PaypalGraphQl/etc/schema.graphqls
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
4
4
typeMutation {
5
5
createPaypalExpressToken(input: PaypalExpressTokenInput): PaypalExpressToken@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PaypalExpressToken") @doc(description:"Initiates a PayPal checkout transaction and receives a token.")
6
-
createPayflowProToken(input: PayflowProTokenInput): PayflowProToken@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProToken") @doc(description: "Initiates a PayFlowPro transaction and receives a token")
7
-
handlePayflowProResponse(input: PayflowProResponseInput): PayflowProResponseOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProResponse") @doc(description: "Handles PayFlowPro response and saves payment in Quote")
6
+
createPayflowProToken(input: PayflowProTokenInput!): PayflowProToken@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProToken") @doc(description: "Initiates a PayFlowPro transaction and receives a token")
7
+
handlePayflowProResponse(input: PayflowProResponseInput!): PayflowProResponseOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProResponse") @doc(description: "Handles PayFlowPro response and saves payment in Quote")
8
8
}
9
9
10
10
inputPaypalExpressTokenInput@doc(description:"Defines the attributes required to receive a payment token from PayPal") {
0 commit comments