blob: c112044a66b5c2d4dc0584f3d9982245701a7729 [file] [log] [blame]
== Camel Quarkus Braintree Integration Tests
To run `camel-quarkus-braintree` integration tests, you will need a https://www.braintreepayments.com/gb/sandbox[Braintree sandbox] account.
Then set the following environment variables:
[source,shell]
----
BRAINTREE_MERCHANT_ID=your-merchant-id
BRAINTREE_PUBLIC_KEY=your-public-key
BRAINTREE_PRIVATE_KEY=your-private-key
----