Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Braintree SDK to v3.0 #126

Closed
toomuchpete opened this issue Jan 14, 2017 · 1 comment
Closed

Update Braintree SDK to v3.0 #126

toomuchpete opened this issue Jan 14, 2017 · 1 comment

Comments

@toomuchpete
Copy link
Member

Our current payment system uses Braintree's Javascript SDK v2.0. We should upgrade to v3.0.

Payment front-end can be found in the Registration Controller's Pay view, while processing code (not likely to be needed for this) can be found in the Payments Controller.

To get this working in a local environment, you'll need a Braintree sandbox account. Those keys can be placed in the .env file, like so:

braintree_environment: development
braintree_merchant_id: MERCHANT_ID_HERE
braintree_public_key: PUB_KEY_HERE
braintree_private_key: PRIVATE_KEY_HERE
braintree_cse_key: HUGE_LONG_CSE_KEY_HERE

Completing this ticket will likely make #122 easier.

@toomuchpete
Copy link
Member Author

Moved to trello: https://trello.com/b/eQmfnejB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant