Fix not valid JSON error recipe for otobul/epaybg-bundle

This commit is contained in:
Georgi Gabrovski
2020-04-13 10:17:20 +03:00
parent 540a9ebbc6
commit 17edfdbfcb

View File

@@ -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"
}
}