1.1.1 • Published 7 years ago

authorize-net v1.1.1

Weekly downloads
45
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

8 years ago

1.0.9

9 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

11 years ago