Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stripe.Account #116

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Add Stripe.Account #116

merged 1 commit into from
Nov 11, 2016

Conversation

joshsmith
Copy link
Contributor

Closes #108 when done.

end
end

defp to_struct(response) do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may not want this to be private, but I doubt other modules will have accounts as sub-data structures

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we'll stay private for now, but good point for the future.

alias Stripe.Util

@type id :: String.t
@type id_or_opts :: String.t | Keyword.t
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this used?


alias Stripe.Util

@type id :: String.t
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this used currently

@DavidAntaramian
Copy link
Contributor

Just a few comments, everything else looks good 👍

Fix usage of lists for hackney opts

Add retrieving your own account
@coveralls
Copy link

Coverage Status

Coverage increased (+4.6%) to 24.419% when pulling cabec08 on 108-add-stripe-account into f2ccdf8 on 2.0.

@joshsmith joshsmith merged commit ad0ed17 into 2.0 Nov 11, 2016
@joshsmith joshsmith deleted the 108-add-stripe-account branch November 11, 2016 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants