From b48986bfd68ed6e943a4d6d9eccd2b293f986412 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 6 Oct 2022 21:27:10 -0700 Subject: [PATCH] Update default value for "showCustomAmount" in Swagger docs (#4200) --- BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json index ca5f1b5ae..f78fe044f 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json @@ -296,7 +296,7 @@ "showCustomAmount": { "type": "boolean", "description": "Whether to include a special item in the store which allows user to input a custom payment amount", - "default": true, + "default": false, "nullable": true }, "showDiscount": {