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 02d8cfc commit abd2636Copy full SHA for abd2636
app/code/Magento/PaypalGraphQl/etc/schema.graphqls
@@ -73,6 +73,7 @@ input PayflowLinkTokenInput {
73
enum PayflowLinkMode @doc(description:"Mode for Payflow Link payment: TEST or LIVE") {
74
TEST
75
LIVE
76
+}
77
78
input PayflowProTokenInput {
79
cart_id: String! @doc(description:"The unique ID that identifies the customer's cart")
0 commit comments