Skip to content

Commit

Permalink
Added merchant_id back to env
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed Jan 7, 2018
1 parent 7db1f0d commit 737f383
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .env.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 737f383

Please sign in to comment.