diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 7dd6af3cb9..fc2a1d76c1 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1302 \ No newline at end of file +v1303 \ No newline at end of file diff --git a/issuing_card.go b/issuing_card.go index c69bb47221..3fd7a3c851 100644 --- a/issuing_card.go +++ b/issuing_card.go @@ -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"`