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 Aug 5, 2024
1 parent f1f37b2 commit 93cb078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,8 @@
"payment_method_details": {
"card": {
"brand": "visa",
"case_type": "inquiry",
"network_reason_code": "10.4"
"network_reason_code": "10.4",
"case_type": "inquiry"
},
"type": "card"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,8 @@ resources:
payment_method_details:
card:
brand: visa
case_type: inquiry
network_reason_code: '10.4'
case_type: inquiry
type: card
reason: general
status: warning_needs_response
Expand Down

0 comments on commit 93cb078

Please sign in to comment.