Skip to content
IntroSpectrum edited this page Sep 13, 2010 · 2 revisions

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

Clone this wiki locally