Skip to content

Commit

Permalink
Update app/code/Magento/BraintreeGraphQl/etc/schema.graphqls
Browse files Browse the repository at this point in the history
Updated device_data

Co-Authored-By: Lena Orobei <oorobei@magento.com>
  • Loading branch information
sedonik and lenaorobei authored Sep 16, 2019
1 parent d3cbe27 commit 2ff66af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/BraintreeGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ input PaymentMethodInput {
input BraintreeInput {
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.")
is_active_payment_token_enabler: Boolean! @doc(description:"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.")
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.")
device_data: String @doc(description:"Contains a fingerprint provided by Braintree JS SDK and should be sent with sale transaction details to the Braintree payment gateway. Should be specified only in a case if Kount (advanced fraud protection) is enabled for Braintree payment integration.")
}

input BraintreeCcVaultInput {
Expand Down

0 comments on commit 2ff66af

Please sign in to comment.