Skip to content

Commit

Permalink
Use Stripe Express accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Jul 9, 2018
1 parent 3e75bef commit 6ff713c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/providers/stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ exports = module.exports = () => {
return {
protocol: 'oauth2',
useParamsAuth: true,
auth: `https://${domain}/oauth/authorize`,
auth: `https://${domain}/express/oauth/authorize`,
token: `https://${domain}/oauth/token`,
scope: ['read_only'],
scope: [],
headers: { 'User-Agent': 'hapi-bell-stripe' },
profile: async function (credentials, params, get) {

Expand Down

0 comments on commit 6ff713c

Please sign in to comment.