File tree Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 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 )
4
2
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)
6
4
7
- ## installation
5
+ ## Installation
8
6
9
7
` npm install node-authorize-net `
10
8
11
- ## test
9
+ ## Test
12
10
13
11
` npm test `
14
12
15
- ## usage
13
+ ## Usage
16
14
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.
19
17
20
18
``` javascript
21
19
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
28
26
});
29
27
```
30
28
31
- ## api
29
+ ## API
Original file line number Diff line number Diff line change 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 )
4
2
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)
6
4
7
- ## installation
5
+ ## Installation
8
6
9
7
` npm install node-authorize-net `
10
8
11
- ## test
9
+ ## Test
12
10
13
11
` npm test `
14
12
15
- ## usage
13
+ ## Usage
16
14
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.
19
17
20
18
``` javascript
21
19
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
28
26
});
29
27
```
30
28
31
- ## api
29
+ ## API
32
30
33
31
###Global
34
32
You can’t perform that action at this time.
0 commit comments