Skip to content

Commit

Permalink
Add scope to coinbase network property
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmin committed Feb 25, 2014
1 parent d520e97 commit f7ca516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/balanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ var ea = {
params: {
response_type: 'code',
client_id: '050f4c85231a51c147a3fb011e012755d81cdb499cc50b5354b7bcdf9bf805ad',
redirect_uri: 'https://js.balancedpayments.com/callback.html'
redirect_uri: 'https://js.balancedpayments.com/callback.html',
scope: 'send'
}
}
},
Expand Down

0 comments on commit f7ca516

Please sign in to comment.