ember-braintree
v0.1.0
Published
Braintree's Drop-In Payment UI as an Ember component.
Downloads
4
Readme
ember-braintree
Braintree's Drop-In Payment UI as an Ember component.
Installation
# From within your ember-cli project
ember install:addon ember-braintree
Usage
{{!-- Must be inside of a <form> --}}
{{braintree-dropin token=braintreeClientToken action='submit'}}
When the form is submitted, the specified action
will be called with the Braintree nonce.