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 6, 2024
1 parent ceebae9 commit cb30bef
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",
"network_reason_code": "10.4",
"case_type": "inquiry"
"case_type": "inquiry",
"network_reason_code": "10.4"
},
"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
network_reason_code: '10.4'
case_type: inquiry
network_reason_code: '10.4'
type: card
reason: general
status: warning_needs_response
Expand Down

0 comments on commit cb30bef

Please sign in to comment.