Skip to content

Commit 7f51d7c

Browse files
committed
2 parents b4d134a + cf8b59c commit 7f51d7c

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

documentation/head.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
[![build status](https://travis-ci.org/continuous-software/node-authorize-net.svg?branch=master)](https://travis-ci.org/continuous-software/node-authorize-net)
2-
3-
# node-authorize-net
1+
![node-authorize-net](http://ignitiondeck.com/id/wp-content/uploads/2013/08/authorize-net.png)
42

5-
a nodejs sdk to communicate with [authorize.net](http://www.authorize.net/) payment gateway.
3+
[![build status](https://travis-ci.org/continuous-software/node-authorize-net.svg?branch=master)](https://travis-ci.org/continuous-software/node-authorize-net)
64

7-
## installation
5+
## Installation
86

97
`npm install node-authorize-net`
108

11-
## test
9+
## Test
1210

1311
`npm test`
1412

15-
## usage
13+
## Usage
1614

17-
1. create a service by passing your apiLogin and your transaction key
18-
2. You can then call any method listed on the api. These methods return Promises. See API documentation for further details
15+
1. Create a service by passing your apiLogin and your transaction key.
16+
2. You can then call any method listed on the api. These methods return Promises. See API documentation for further details.
1917

2018
```javascript
2119
var service=require('node-authorize-net')(apiloging,key);
@@ -28,4 +26,4 @@ a nodejs sdk to communicate with [authorize.net](http://www.authorize.net/) paym
2826
});
2927
```
3028

31-
## api
29+
## API

readme.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
[![build status](https://travis-ci.org/continuous-software/node-authorize-net.svg?branch=master)](https://travis-ci.org/continuous-software/node-authorize-net)
2-
3-
# node-authorize-net
1+
![node-authorize-net](http://ignitiondeck.com/id/wp-content/uploads/2013/08/authorize-net.png)
42

5-
a nodejs sdk to communicate with [authorize.net](http://www.authorize.net/) payment gateway.
3+
[![build status](https://travis-ci.org/continuous-software/node-authorize-net.svg?branch=master)](https://travis-ci.org/continuous-software/node-authorize-net)
64

7-
## installation
5+
## Installation
86

97
`npm install node-authorize-net`
108

11-
## test
9+
## Test
1210

1311
`npm test`
1412

15-
## usage
13+
## Usage
1614

17-
1. create a service by passing your apiLogin and your transaction key
18-
2. You can then call any method listed on the api. These methods return Promises. See API documentation for further details
15+
1. Create a service by passing your apiLogin and your transaction key.
16+
2. You can then call any method listed on the api. These methods return Promises. See API documentation for further details.
1917

2018
```javascript
2119
var service=require('node-authorize-net')(apiloging,key);
@@ -28,7 +26,7 @@ a nodejs sdk to communicate with [authorize.net](http://www.authorize.net/) paym
2826
});
2927
```
3028

31-
## api
29+
## API
3230

3331
###Global
3432

0 commit comments

Comments
 (0)