Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #320 from SumOfUs/braintree-production
Browse files Browse the repository at this point in the history
Updating settings to allow for using Braintree production system
  • Loading branch information
NealJMD committed Jan 15, 2016
2 parents b3bf7c9 + b384cb1 commit 1e27513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@
# public_key: Set this based on your braintree integration information
# private_key: Set this based on your braintree integration information
# merchant_id: Set this based on your braintree integration information
# environment: The Braintree environment you will run transactions against. Set to production in production, sandbox otherwise.

1 change: 1 addition & 0 deletions config/settings/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
merchant_id: <%= ENV['BRAINTREE_MERCHANT_ID'] %>
public_key: <%= ENV['BRAINTREE_PUBLIC_KEY'] %>
private_key: <%= ENV['BRAINTREE_PRIVATE_KEY'] %>
environment: production

0 comments on commit 1e27513

Please sign in to comment.