From 3a56634c62f7b9a2f4e2fe09367e269ec846a684 Mon Sep 17 00:00:00 2001 From: Sergey Dovbenko Date: Thu, 5 Sep 2019 21:06:54 +0000 Subject: [PATCH 1/4] Added description BraintreeInput --- app/code/Magento/BraintreeGraphQl/etc/schema.graphqls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls index 0492f8aaf989b..4be092bb1b219 100644 --- a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls +++ b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls @@ -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:"Required input for Braintrees payments") + is_active_payment_token_enabler: Boolean! @doc(description:"Required input for Braintrees payments") + device_data: String @doc(description:"Additional information for Braintrees payments") } input BraintreeCcVaultInput { From 9bb976c9696f65fc00c2288fff752278883a1f37 Mon Sep 17 00:00:00 2001 From: Sergey Dovbenko Date: Fri, 13 Sep 2019 20:38:15 +0000 Subject: [PATCH 2/4] Update descriptions BraintreeInput --- app/code/Magento/BraintreeGraphQl/etc/schema.graphqls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls index 4be092bb1b219..e9a203d041f29 100644 --- a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls +++ b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls @@ -11,9 +11,9 @@ input PaymentMethodInput { } input BraintreeInput { - payment_method_nonce: String! @doc(description:"Required input for Braintrees payments") - is_active_payment_token_enabler: Boolean! @doc(description:"Required input for Braintrees payments") - device_data: String @doc(description:"Additional information for Braintrees payments") + 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:"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.") + 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.") } input BraintreeCcVaultInput { From d3cbe273595d204422c3ee9a79c4e9a79a6ead28 Mon Sep 17 00:00:00 2001 From: Sergey Dovbenko Date: Tue, 17 Sep 2019 00:13:19 +0300 Subject: [PATCH 3/4] Update app/code/Magento/BraintreeGraphQl/etc/schema.graphqls Updated is_active_payment_token_enabler Co-Authored-By: Lena Orobei --- app/code/Magento/BraintreeGraphQl/etc/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls index e9a203d041f29..a822468c562f0 100644 --- a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls +++ b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls @@ -12,7 +12,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:"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.") + 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.") } From 2ff66af1e9c6163c6543e082292737cc62079e4b Mon Sep 17 00:00:00 2001 From: Sergey Dovbenko Date: Tue, 17 Sep 2019 00:13:50 +0300 Subject: [PATCH 4/4] Update app/code/Magento/BraintreeGraphQl/etc/schema.graphqls Updated device_data Co-Authored-By: Lena Orobei --- app/code/Magento/BraintreeGraphQl/etc/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls index a822468c562f0..0f8e06a201152 100644 --- a/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls +++ b/app/code/Magento/BraintreeGraphQl/etc/schema.graphqls @@ -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 {