From c2945c532e74418d896311ef11de97fb61cf3130 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 May 2018 06:25:59 +0200 Subject: [PATCH] Testing environment always uses the sandbox. --- .env.testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.testing b/.env.testing index fa52a8da59..943ab13502 100644 --- a/.env.testing +++ b/.env.testing @@ -94,5 +94,5 @@ DEMO_USERNAME= DEMO_PASSWORD= IS_DOCKER=false IS_SANDSTORM=false -BUNQ_USE_SANDBOX=false +BUNQ_USE_SANDBOX=true IS_HEROKU=false