-
Notifications
You must be signed in to change notification settings - Fork 460
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 support for the Person resource #705
Conversation
397b191
to
4bf4916
Compare
c1b4e06
to
4774113
Compare
r? @ob-stripe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the best at Go, but that looks correct to me.
bankaccount/client_test.go
Outdated
@@ -9,31 +9,31 @@ import ( | |||
) | |||
|
|||
func TestBankAccountDel_ByAccount(t *testing.T) { | |||
bankAcount, err := Del("ba_123", &stripe.BankAccountParams{ | |||
bankaccount, err := Del("ba_123", &stripe.BankAccountParams{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe bankAccount
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's bankaccount
in the whole file, that's how go usually does this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yeah no, I'm the one who changed this apparently. Hmmm will look
4774113
to
76a79b5
Compare
76a79b5
to
13085fb
Compare
re-approving since I just changed the name of the variable to |
* Use rubygems hashdiff * type fixes
cc @stripe/api-libraries