From 737f383e174b0075535b9c4c6ea6a4ff8c20a9af Mon Sep 17 00:00:00 2001 From: Rodrigo Pavano Date: Sun, 7 Jan 2018 13:57:32 -0300 Subject: [PATCH] Added merchant_id back to env --- .env.test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.test b/.env.test index b026d6f..2e4fca1 100644 --- a/.env.test +++ b/.env.test @@ -1,8 +1,6 @@ export AK_API_URL="https://act.sumofus.org/rest/v1" export MEMBER_SERVICES_SECRET='member-services-secret' -# The next var is loaded via CircleCI env vars since it's sensible info -# idea: try to configure replayer to match the requests without this variable -# export BRAINTREE_MERCHANT_ID="" +export BRAINTREE_MERCHANT_ID="6ngbwhytbhrz9z2r" export BRAINTREE_PUBLIC_KEY='public-key' export BRAINTREE_PRIVATE_KEY='private-key' export BRAINTREE_ENV=Sandbox