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 Jun 21, 2024
1 parent deac940 commit f7bafae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,9 @@
"result": "authenticated"
}
},
"wallet": null
"wallet": null,
"fleet": null,
"fuel": null
},
"issuing.card": {
"brand": "Visa",
Expand Down
2 changes: 2 additions & 0 deletions openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,8 @@ resources:
three_d_secure:
result: authenticated
wallet: null
fleet: null
fuel: null
issuing.card:
brand: Visa
cancellation_reason: null
Expand Down

0 comments on commit f7bafae

Please sign in to comment.