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

Enable braintree integration test #1058

Closed
lburgazzoli opened this issue Feb 16, 2016 · 1 comment
Closed

Enable braintree integration test #1058

lburgazzoli opened this issue Feb 16, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@lburgazzoli
Copy link
Contributor

To run camel-braintree test some environment variables need to be set with Braintree supplied api-credentials:

    CAMEL_BRAINTREE_ENVIRONMENT=SANDBOX
    CAMEL_BRAINTREE_MERCHANT_ID=... 
    CAMEL_BRAINTREE_PUBLIC_KEY=...
    CAMEL_BRAINTREE_PRIVATE_KEY=...

As alternative such keys can be set in resources/braintree/braintree.properties

@jamesnetherton jamesnetherton added this to the 4.0.0 milestone Feb 29, 2016
@jamesnetherton
Copy link
Collaborator

I've modified the CI jobs to (securely) inject these properties as environment variables.

@jamesnetherton jamesnetherton self-assigned this Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants