Makes the bridge between the payment gateway and InvoiceXpress.
lein testto run the testsscript/autotestlisten for file changes and is always running tests
NOTE:
-
To run the tests, you must define the
pg-ix-test-account-nameandpg-ix-api-keyenv variables.- can add it on your profiles in
clojure.cljor - 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