Skip to content

Commit

Permalink
Add IssuingCard param value to ephemeral_key.go (#728)
Browse files Browse the repository at this point in the history
* add IssuingCard param value to ephemeral_key.go

* go fmt
  • Loading branch information
jack-stripe authored and brandur-stripe committed Nov 26, 2018
1 parent 41cbabb commit cffd292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ephemeralkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "encoding/json"
type EphemeralKeyParams struct {
Params `form:"*"`
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 cffd292

Please sign in to comment.