We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To get started, setup the test properties with your Chargify test-account credentials. Building the project requires Maven 2.
First, create a new file at: src/test/resources/test.properties
In that file, put your test account API key and domain, like so:
key={your key} domain={your domain}
Then, run the build command to compile and package the code and test connect to your account:
mvn install