Skip to content

Commit

Permalink
Merge pull request #662 from stripe/brandur-upcase-eta
Browse files Browse the repository at this point in the history
Rename `IssuingCardShipping`'s `Eta` to `ETA` to fit conventions
  • Loading branch information
brandur-stripe authored Aug 17, 2018
2 parents 1e575d9 + 193b59c commit 5b50d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issuing_card.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type IssuingCardAuthorizationControls struct {
type IssuingCardShipping struct {
Address *Address `json:"address"`
Carrier string `json:"carrier"`
Eta int64 `json:"eta"`
ETA int64 `json:"eta"`
Name string `json:"name"`
Phone string `json:"phone"`
Status IssuingCardShippingStatus `json:"status"`
Expand Down

0 comments on commit 5b50d21

Please sign in to comment.