From 0f0e67554ed69d731ab3a110b14f756d97c7c84f Mon Sep 17 00:00:00 2001 From: "hyperswitch-bot[bot]" <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:06:52 +0000 Subject: [PATCH] docs(openapi): re-generate OpenAPI specification --- api-reference-v2/openapi_spec.json | 5 +++++ api-reference/openapi_spec.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/api-reference-v2/openapi_spec.json b/api-reference-v2/openapi_spec.json index f1caede89ccc..996b202a0e5c 100644 --- a/api-reference-v2/openapi_spec.json +++ b/api-reference-v2/openapi_spec.json @@ -6879,6 +6879,11 @@ "type": "object", "description": "This field contains the Paze certificates and credentials", "nullable": true + }, + "google_pay": { + "type": "object", + "description": "This field contains the Google Pay certificates and credentials\n#[serde(skip_serializing_if = \"Option::is_none\")]", + "nullable": true } }, "additionalProperties": false diff --git a/api-reference/openapi_spec.json b/api-reference/openapi_spec.json index df7e96431dbc..a380f208b7cc 100644 --- a/api-reference/openapi_spec.json +++ b/api-reference/openapi_spec.json @@ -9500,6 +9500,11 @@ "type": "object", "description": "This field contains the Paze certificates and credentials", "nullable": true + }, + "google_pay": { + "type": "object", + "description": "This field contains the Google Pay certificates and credentials\n#[serde(skip_serializing_if = \"Option::is_none\")]", + "nullable": true } }, "additionalProperties": false