Skip to content

Commit 9c25664

Browse files
author
Amine Mouafik
committed
Update README.md
1 parent 6052055 commit 9c25664

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88

99
## Usage
1010

11+
```javascript
12+
var AuhorizeNet = require('authorize-net');
13+
var client = new AuthorizeNet({
14+
API_LOGIN_ID: '<PLACEHOLDER>',
15+
TRANSACTION_KEY: '<PLACEHOLDER>'
16+
});
17+
```
18+
19+
## Gateway API
20+
1121
This SDK is natively compatible with [42-cent](https://github.com/continuous-software/42-cent).
1222
It implements the [BaseGateway](https://github.com/continuous-software/42-cent-base) API.

0 commit comments

Comments
 (0)