Braintree initializer for the Pyramid Web Framework
Project description
Braintree initializer for the Pyramid Web Framework. 100% Test Covered.
The following configuration options are required in your config.ini:
pyramid.includes = pyramid_braintree braintree.environment = sandbox braintree.merchant_id = MY_MERCHANT_ID braintree.public_key = MY_PUBLIC_KEY braintree.private_key = MY_PRIVATE_KEY
The following configuration options are supported for environment:
development
production
sandbox
Additionally, the use_unsafe_ssl option may be specified (otherwise, this configuration wisely defaults to False):
braintree.use_unsafe_ssl = True
0.1.1 (2013-07-02)
Relying on Pyramid’s asbool helper for more robust boolean detection.
0.1 (2013-06-27)
Allow for the following Braintree configuration options: environment, merchant_id, public_key, and private_key
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.