Makes the bridge between the payment gateway and InvoiceXpress.
lein test
to run the testsscript/autotest
listen for file changes and is always running tests
NOTE:
-
To run the tests, you must define the
pg-ix-test-account-name
andpg-ix-api-key
env variables.- can add it on your profiles in
clojure.clj
or - run
PG_IX_TEST_ACCOUNT_NAME=<ix-account-name> PG_IX_API_KEY=<ix-api-key> script/autotest
- can add it on your profiles in