Skip to content

Commit

Permalink
Update generated code for v1303
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 16, 2024
1 parent c73bcaa commit 59a084f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1302
v1303
2 changes: 1 addition & 1 deletion issuing_card.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ type IssuingCardParams struct {
ReplacementFor *string `form:"replacement_for"`
// If `replacement_for` is specified, this should indicate why that card is being replaced.
ReplacementReason *string `form:"replacement_reason"`
// The second line to print on the card.
// The second line to print on the card. Max length: 24 characters.
SecondLine *string `form:"second_line"`
// The address where the card will be shipped.
Shipping *IssuingCardShippingParams `form:"shipping"`
Expand Down

0 comments on commit 59a084f

Please sign in to comment.