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