This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Description
The createBraintreeClientToken mutation sends a request to generate a client token used by JS SDK for initialization. The current description says: Creates Braintree Client Token for creating client-side nonce. but actually this client token needed to initialize SDK but not to generate a payment nonce. Also, it might be used in different scenarios like Kount initialization.
Proposed solution
Change the mutation description to Creates Client Token for Braintree Javascript SDK initialization..