Skip to content

Commit bd598ae

Browse files
Update fixture data for private preview
1 parent e9acd9b commit bd598ae

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

openapi/fixtures3.private_preview.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,8 @@
19281928
"type": "price_details",
19291929
"unit_amount_decimal": null
19301930
},
1931-
"taxes": null
1931+
"taxes": null,
1932+
"subtotal": 2060319484
19321933
}
19331934
],
19341935
"has_more": false,
@@ -2644,7 +2645,8 @@
26442645
"type": "price_details",
26452646
"unit_amount_decimal": null
26462647
},
2647-
"taxes": null
2648+
"taxes": null,
2649+
"subtotal": 2060319484
26482650
},
26492651
"login_link": {
26502652
"created": 1234567890,
@@ -6605,7 +6607,8 @@
66056607
},
66066608
"quantity": null,
66076609
"subscription": null,
6608-
"taxes": null
6610+
"taxes": null,
6611+
"subtotal": 2060319484
66096612
}
66106613
],
66116614
"has_more": true,
@@ -7342,7 +7345,10 @@
73427345
"object": "shared_payment.granted_token",
73437346
"shared_metadata": null,
73447347
"usage_details": {
7345-
"amount_captured": null
7348+
"amount_captured": {
7349+
"currency": "usd",
7350+
"value": 111972721
7351+
}
73467352
},
73477353
"usage_limits": {
73487354
"currency": "usd",

openapi/fixtures3.private_preview.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,7 @@ resources:
16531653
type: price_details
16541654
unit_amount_decimal: null
16551655
taxes: null
1656+
subtotal: 2060319484
16561657
has_more: false
16571658
object: list
16581659
url: /v1/invoices/in_1MlLhvJITzLVzkSmcKw0tIgl/lines
@@ -2255,6 +2256,7 @@ resources:
22552256
type: price_details
22562257
unit_amount_decimal: null
22572258
taxes: null
2259+
subtotal: 2060319484
22582260
login_link:
22592261
created: 1234567890
22602262
object: login_link
@@ -5535,6 +5537,7 @@ resources:
55355537
quantity: null
55365538
subscription: null
55375539
taxes: null
5540+
subtotal: 2060319484
55385541
has_more: true
55395542
object: list
55405543
url: url
@@ -6129,7 +6132,9 @@ resources:
61296132
object: shared_payment.granted_token
61306133
shared_metadata: null
61316134
usage_details:
6132-
amount_captured: null
6135+
amount_captured:
6136+
currency: usd
6137+
value: 111972721
61336138
usage_limits:
61346139
currency: usd
61356140
expires_at: 833811170

0 commit comments

Comments
 (0)