Skip to content

Commit abd2636

Browse files
committed
MC-17118: PayPal :: Payflow link support
1 parent 02d8cfc commit abd2636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ input PayflowLinkTokenInput {
7373
enum PayflowLinkMode @doc(description:"Mode for Payflow Link payment: TEST or LIVE") {
7474
TEST
7575
LIVE
76+
}
7677

7778
input PayflowProTokenInput {
7879
cart_id: String! @doc(description:"The unique ID that identifies the customer's cart")

0 commit comments

Comments
 (0)