1.1.1 • Published 8 years ago

authorize-net v1.1.1

Weekly downloads
45
License
MIT
Repository
github
Last release
8 years ago

build status

node-authorize-net

Installation

$ npm install -s authorize-net

Usage

var AuhorizeNet = require('authorize-net');
var client = new AuthorizeNet({
  API_LOGIN_ID: '<PLACEHOLDER>',
  TRANSACTION_KEY: '<PLACEHOLDER>'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.

1.1.1

8 years ago

1.1.0

8 years ago

1.0.11

8 years ago

1.0.10

9 years ago

1.0.9

10 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago