项目作者: moqui

项目描述 :
Mantle Authorize.NET Integration
高级语言:
项目地址: git://github.com/moqui/AuthorizeDotNet.git
创建时间: 2016-01-24T00:43:37Z
项目社区:https://github.com/moqui/AuthorizeDotNet

开源协议:Other

下载


Mantle Authorize.NET Integration

license
release

Moqui component for Authorize.Net AIM and CIM integrations that tie into Mantle payment processing and CIM integration to tokenize credit card information.

To add this component to Moqui the easiest approach is to use the Gradle get component task:

  1. $ ./gradlew getComponent -Pcomponent=AuthorizeDotNet

Or add a dependency in your component.xml file like:

  1. <depends-on name="AuthorizeDotNet"></depends-on>

To use simply:

  1. load the demo configuration data in data/AuthorizeDotNetDemoData.xml or create your own configuration and load it; if you use the demo data, add the login and tranKey credentials
  2. configure the store payment gateway with a ProductStorePaymentGateway record (see the demo data file for examples)
  3. test the gateway with some test orders/payments
  4. start receiving money…

The AIM and CIM payment services have been tested using the Mantle test scripts with the payment configuration in place as described above.