Skip to content

Commit

Permalink
update the wording for :connect_account
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsbty committed Jan 17, 2019
1 parent 436b8ad commit a8b43b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/stripe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ defmodule Stripe do
* `:api_key` - The Stripe API key to use for the request. See
[https://stripe.com/docs/api/authentication](https://stripe.com/docs/api/authentication)
* `:connect_account` - A Stripe Connect account ID which should originate
the specified action using the "Stripe-Account" header. The preferred
authentication method for Stripe Connect. See
* `:connect_account` - The ID of a Stripe Connect account for which the
request should be made, passed through as the "Stripe-Account" header. The
preferred authentication method for Stripe Connect. See
[https://stripe.com/docs/connect/authentication#stripe-account-header](https://stripe.com/docs/connect/authentication#stripe-account-header)
* `:expand` - Takes a list of fields that should be expanded in the response
from Stripe. See [https://stripe.com/docs/api/expanding_objects](https://stripe.com/docs/api/expanding_objects)
Expand Down

0 comments on commit a8b43b6

Please sign in to comment.