Skip to content

Commit

Permalink
regen with readme mustache template update
Browse files Browse the repository at this point in the history
  • Loading branch information
RettBehrens committed Nov 2, 2022
1 parent c40b110 commit ea6fd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ xero_app_store_client ||= XeroRuby::ApiClient.new(credentials: {
client_id: ENV['CLIENT_ID'],
client_secret: ENV['CLIENT_SECRET'],
grant_type: 'client_credentials'
scopes: ['marketplace.billing']
scopes: 'marketplace.billing openid profile email'
})

xero_app_store_client.get_client_credentials_token
Expand Down

0 comments on commit ea6fd69

Please sign in to comment.