File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -121304,6 +121304,10 @@
121304
121304
"explode": true,
121305
121305
"style": "deepObject"
121306
121306
},
121307
+ "second_line": {
121308
+ "explode": true,
121309
+ "style": "deepObject"
121310
+ },
121307
121311
"shipping": {
121308
121312
"explode": true,
121309
121313
"style": "deepObject"
@@ -121376,6 +121380,21 @@
121376
121380
"type": "string",
121377
121381
"x-stripeBypassValidation": true
121378
121382
},
121383
+ "second_line": {
121384
+ "anyOf": [
121385
+ {
121386
+ "maxLength": 5000,
121387
+ "type": "string"
121388
+ },
121389
+ {
121390
+ "enum": [
121391
+ ""
121392
+ ],
121393
+ "type": "string"
121394
+ }
121395
+ ],
121396
+ "description": "The second line to print on the card."
121397
+ },
121379
121398
"shipping": {
121380
121399
"description": "The address where the card will be shipped.",
121381
121400
"properties": {
Original file line number Diff line number Diff line change 89391
89391
"explode": true,
89392
89392
"style": "deepObject"
89393
89393
},
89394
+ "second_line": {
89395
+ "explode": true,
89396
+ "style": "deepObject"
89397
+ },
89394
89398
"shipping": {
89395
89399
"explode": true,
89396
89400
"style": "deepObject"
89462
89466
"type": "string",
89463
89467
"x-stripeBypassValidation": true
89464
89468
},
89469
+ "second_line": {
89470
+ "anyOf": [
89471
+ {
89472
+ "maxLength": 5000,
89473
+ "type": "string"
89474
+ },
89475
+ {
89476
+ "enum": [
89477
+ ""
89478
+ ],
89479
+ "type": "string"
89480
+ }
89481
+ ],
89482
+ "description": "The second line to print on the card."
89483
+ },
89465
89484
"shipping": {
89466
89485
"description": "The address where the card will be shipped.",
89467
89486
"properties": {
You can’t perform that action at this time.
0 commit comments