Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix bad parameter name in addCustomCharge
Browse files Browse the repository at this point in the history
  • Loading branch information
respectTheCode committed May 20, 2012
1 parent 571cf44 commit 8641a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cheddargetter.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ cheddargetter.prototype.addCustomCharge = function (customerCode, chargeCode, qu
var data = {
chargeCode: chargeCode,
quantity: quantity.toString(),
amount: amount.toString(),
eachAmount: amount.toString(),
description: description
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheddargetter",
"version": "0.1.4",
"version": "0.1.4-1",
"author": "Kevin Smith",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8641a99

Please sign in to comment.