From 93cb078f4aff7ff1bcd880e1eb7e12511853e200 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:27:49 +0000 Subject: [PATCH] Update fixture data --- openapi/fixtures3.json | 4 ++-- openapi/fixtures3.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/fixtures3.json b/openapi/fixtures3.json index e8e6e283..f7fe8035 100644 --- a/openapi/fixtures3.json +++ b/openapi/fixtures3.json @@ -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" }, diff --git a/openapi/fixtures3.yaml b/openapi/fixtures3.yaml index cf4f067a..2d4dd144 100644 --- a/openapi/fixtures3.yaml +++ b/openapi/fixtures3.yaml @@ -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