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