Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Nov 25, 2018
1 parent 7162002 commit 8c745a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ephemeralkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import "encoding/json"
// For more details see https://stripe.com/docs/api#ephemeral_keys.
type EphemeralKeyParams struct {
Params `form:"*"`
Customer *string `form:"customer"`
IssuingCard *string `form:"issuing_card"`
Customer *string `form:"customer"`
IssuingCard *string `form:"issuing_card"`
StripeVersion *string `form:"-"` // This goes in the `Stripe-Version` header
}

Expand Down

0 comments on commit 8c745a3

Please sign in to comment.