Skip to content

Commit

Permalink
add IssuingCard param value to ephemeral_key.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Nov 25, 2018
1 parent 7d056f3 commit 7162002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ephemeralkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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"`
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 7162002

Please sign in to comment.