Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/apicontrollersbase.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var request = require('request');
var request = require('@root/request');
var logger = require('./logger.js').logger;
var config = require('./config').config;
var constants = require('./constants').constants;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "authorizenet",
"version": "1.0.8",
"name": "authorize-dot-net-sdk",
"version": "1.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be at least 1.0.9

"description": "nodejs sdk for Authorize.Net",
"main": "lib/authorizenet.js",
"directories": {
"test": "tests"
},
"dependencies": {
"request": "^2.72.0",
"@root/request": "^1.9.2",
"winston": "^2.2.0"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/AuthorizeNet/sdk-node.git"
"url": "git+https://github.com/hscharlie/authorize-dot-net-sdk.git"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have you changed the author? they won't merge it :D

},
"keywords": [
"nodejs",
Expand All @@ -30,7 +30,7 @@
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AuthorizeNet/sdk-node/issues"
"url": "https://github.com/hscharlie/authorize-dot-net-sdk"
},
"homepage": "https://github.com/AuthorizeNet/sdk-node#readme"
"homepage": "https://github.com/hscharlie/authorize-dot-net-sdk#readme"
}