Skip to content

Commit 5fb3e15

Browse files
Update OpenAPI for c1eb3269398d05b70a2e877d573684adb3fde818
1 parent 4c8edde commit 5fb3e15

4 files changed

Lines changed: 3102 additions & 735 deletions

File tree

embedded/openapi/fixtures3.beta.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@
505505
"amount_authorized": null,
506506
"authorization_code": null,
507507
"network_transaction_id": null,
508-
"regulated_status": null
508+
"regulated_status": null,
509+
"transaction_link_id": null
509510
},
510511
"type": "card"
511512
},
@@ -4057,7 +4058,10 @@
40574058
"account_tax_ids": null,
40584059
"issuer": {
40594060
"type": "account"
4060-
}
4061+
},
4062+
"custom_fields": null,
4063+
"description": null,
4064+
"footer": null
40614065
},
40624066
"billing_mode": {
40634067
"type": "classic",
@@ -5454,7 +5458,8 @@
54545458
"test_clock": null,
54555459
"updated": 234430277,
54565460
"voided_at": null,
5457-
"customer_account": null
5461+
"customer_account": null,
5462+
"priority": 50
54585463
},
54595464
"billing.meter": {
54605465
"created": 1028554472,

embedded/openapi/fixtures3.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,8 @@
742742
},
743743
"authorization_code": null,
744744
"regulated_status": null,
745-
"network_transaction_id": null
745+
"network_transaction_id": null,
746+
"transaction_link_id": null
746747
},
747748
"type": "card"
748749
},
@@ -2381,7 +2382,6 @@
23812382
"account_tax_ids": null,
23822383
"amount_due": 1000,
23832384
"amount_paid": 0,
2384-
"amount_paid_off_stripe": 0,
23852385
"amount_remaining": 1000,
23862386
"amount_shipping": 0,
23872387
"application": null,
@@ -4740,7 +4740,10 @@
47404740
"account_tax_ids": null,
47414741
"issuer": {
47424742
"type": "self"
4743-
}
4743+
},
4744+
"custom_fields": null,
4745+
"description": null,
4746+
"footer": null
47444747
},
47454748
"items": {
47464749
"data": [
@@ -6381,7 +6384,8 @@
63816384
"test_clock": null,
63826385
"updated": 234430277,
63836386
"voided_at": null,
6384-
"customer_account": null
6387+
"customer_account": null,
6388+
"priority": 50
63856389
},
63866390
"invoice_payment": {
63876391
"amount_paid": null,

0 commit comments

Comments
 (0)