We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I've modified the CI jobs to (securely) inject these properties as environment variables.
Sorry, something went wrong.
jamesnetherton
No branches or pull requests
To run camel-braintree test some environment variables need to be set with Braintree supplied api-credentials:
As alternative such keys can be set in resources/braintree/braintree.properties
The text was updated successfully, but these errors were encountered: