From 061b28f65b84727bafec744d31f4a2fb042f86f2 Mon Sep 17 00:00:00 2001 From: Alessandro Digilio Date: Wed, 10 Dec 2025 11:59:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20remove=20duplicated=20key=20allo?= =?UTF-8?q?wedMethods?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openapi.json b/openapi.json index fad2113..06752de 100644 --- a/openapi.json +++ b/openapi.json @@ -823,15 +823,6 @@ "maxLength": 255, "description": "Payment description, visible to the payer." }, - "allowedMethods": { - "type": "array", - "items": { - "$ref": "#/components/schemas/PaymentMethodTechnology" - }, - "minItems": 1, - "uniqueItems": true, - "description": "Optional list of payment method technologies allowed for this request. When omitted, the gateway forwards every supported method" - }, "remittanceInformation": { "type": "string", "minLength": 5,