Authorize.net AIM and CIM wrapper for friendlier usage
Install running this command: mvn install:install-file -Dfile=./lib/anet-java-sdk-1.4.6.jar -DgroupId=net.authorize -DartifactId=anet-java-sdk -Dversion=1.4.6 -Dpackaging=jar
See: http://docs.broadleafcommerce.org/current/Authorize.net-Environment-Setup.html
add authorizenet.properties on your classpath with these entries:
login= transactionKey= mode=production test.email=yourtestemail@yourdomain.com
- mvn test
- mvn -Dtest=CustomerManagerIntegrationTest test