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/BraintreeGraphQl/etc/schema.graphqls
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ input PaymentMethodInput {
11
11
}
12
12
13
13
inputBraintreeInput {
14
-
payment_method_nonce: String!@doc(description:"Required input for Braintrees payments")
15
-
is_active_payment_token_enabler: Boolean!@doc(description:"Required input for Braintrees payments")
16
-
device_data: String@doc(description:"Additional information for Braintrees payments")
14
+
payment_method_nonce: String!@doc(description:"The one-time payment token generated by Braintree payment gateway based on card details. Required field to make sale transaction.")
15
+
is_active_payment_token_enabler: Boolean!@doc(description:"This field states whether an entered by a customer credit/debit card should be tokenized for later usage. Required only if Vault is enabled for Braintree payment integration.")
16
+
device_data: String@doc(description:"This field contains a fingerprint provided by Braintree JS SDK and should be sent with sale transaction details to the Braintree payment gateway. The device_data will be presented only in a case if Kount (advanced fraud protection) is enabled for Braintree payment integration.")
0 commit comments