Skip to content

Commit

Permalink
ENGCOM-5859: Added description BraintreeInput #909
Browse files Browse the repository at this point in the history
 - Merge Pull Request magento/graphql-ce#909 from sedonik/graphql-ce:description-braintreeinput
 - Merged commits:
   1. 3a56634
   2. 9bb976c
   3. d3cbe27
   4. 2ff66af
  • Loading branch information
magento-engcom-team committed Sep 18, 2019
2 parents 3ee05a4 + 2ff66af commit ffa8c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/BraintreeGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ input PaymentMethodInput {
}

input BraintreeInput {
payment_method_nonce: String!
is_active_payment_token_enabler: Boolean!
device_data: String
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:"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 ffa8c80

Please sign in to comment.