Skip to content

Commit

Permalink
Release braintree-web 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Mar 30, 2015
1 parent 2922cda commit fc4b59d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ For more thorough documentation, visit [the JS SDK docs](https://developers.brai
#### Drop-in integration

```html
<div id="payment-form"></div>
<form action="/your/server/endpoint" method="post">
<div id="dropin-container"></div>
</form>
```

```javascript
braintree.setup('your-client-token', 'dropin', {
container: 'payment-form'
container: 'dropin-container'
});
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braintree-web",
"version": "2.6.2",
"version": "2.6.3",
"authors": [
"braintree <[email protected]>"
],
Expand Down
8 changes: 4 additions & 4 deletions dist/braintree.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "braintree-web",
"description": "A suite of tools for integrating Braintree in the browser",
"version": "2.6.2",
"version": "2.6.3",
"main": "dist/braintree.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc4b59d

Please sign in to comment.