From 17edfdbfcb6409104edbccf68c7128dc9cdc7bd3 Mon Sep 17 00:00:00 2001 From: Georgi Gabrovski Date: Mon, 13 Apr 2020 10:17:20 +0300 Subject: [PATCH] Fix not valid JSON error recipe for otobul/epaybg-bundle --- otobul/epaybg-bundle/1/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otobul/epaybg-bundle/1/manifest.json b/otobul/epaybg-bundle/1/manifest.json index c3f481c1..4667e727 100644 --- a/otobul/epaybg-bundle/1/manifest.json +++ b/otobul/epaybg-bundle/1/manifest.json @@ -8,6 +8,6 @@ "env": { "OTOBUL_EPAYBG_MIN": "YOUR_EPAYBG_MIN", "OTOBUL_EPAYBG_SECRET": "YOUR_EPAYBG_SECRET", - "OTOBUL_EPAYBG_IS_DEMO": true + "OTOBUL_EPAYBG_IS_DEMO": "true" } }