Skip to content

Commit

Permalink
Update fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 21, 2023
1 parent bfa8955 commit 206c5f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
},
"bank_account": {
"account_holder_name": "Jane Austen",
"account_holder_type": "company",
"account_holder_type": "individual",
"account_type": null,
"bank_name": "STRIPE TEST BANK",
"country": "US",
Expand Down Expand Up @@ -339,7 +339,7 @@
"id": "card_1MjS55K1lw21ayUg1oBIe6vQ",
"last4": "4242",
"metadata": {},
"name": "Jenny Rosen",
"name": null,
"object": "card",
"tokenization_method": null
},
Expand Down Expand Up @@ -373,7 +373,7 @@
"state": null
},
"email": null,
"name": "Jenny Rosen",
"name": null,
"phone": null
},
"calculated_statement_descriptor": null,
Expand Down Expand Up @@ -1176,7 +1176,7 @@
},
"external_account": {
"account_holder_name": "Jane Austen",
"account_holder_type": "company",
"account_holder_type": "individual",
"account_type": null,
"bank_name": "STRIPE TEST BANK",
"country": "US",
Expand Down Expand Up @@ -1401,7 +1401,7 @@
"application_fee_amount": null,
"attempt_count": 0,
"attempted": false,
"auto_advance": false,
"auto_advance": true,
"automatic_tax": {
"enabled": false,
"status": null
Expand Down
10 changes: 5 additions & 5 deletions openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resources:
type: charge
bank_account:
account_holder_name: Jane Austen
account_holder_type: company
account_holder_type: individual
account_type: null
bank_name: STRIPE TEST BANK
country: US
Expand Down Expand Up @@ -284,7 +284,7 @@ resources:
id: card_1MjS55K1lw21ayUg1oBIe6vQ
last4: '4242'
metadata: {}
name: Jenny Rosen
name: null
object: card
tokenization_method: null
cash_balance:
Expand Down Expand Up @@ -313,7 +313,7 @@ resources:
postal_code: null
state: null
email: null
name: Jenny Rosen
name: null
phone: null
calculated_statement_descriptor: null
captured: false
Expand Down Expand Up @@ -1037,7 +1037,7 @@ resources:
rates: {}
external_account:
account_holder_name: Jane Austen
account_holder_type: company
account_holder_type: individual
account_type: null
bank_name: STRIPE TEST BANK
country: US
Expand Down Expand Up @@ -1231,7 +1231,7 @@ resources:
application_fee_amount: null
attempt_count: 0
attempted: false
auto_advance: false
auto_advance: true
automatic_tax:
enabled: false
status: null
Expand Down

0 comments on commit 206c5f5

Please sign in to comment.