Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Discount Line Items #61

Closed
akinsey opened this issue Jul 4, 2014 · 1 comment
Closed

Support Discount Line Items #61

akinsey opened this issue Jul 4, 2014 · 1 comment

Comments

@akinsey
Copy link
Member

akinsey commented Jul 4, 2014

Add support for new discounts property of invoice object.

var invoice = {
  //...
  discounts: [{
    desc: "Military Discount",
    amount: 10.5,
  },
  {
    desc: "Other Discount",
    percentage: 25
  }]
  //...
};
@akinsey
Copy link
Member Author

akinsey commented Jul 8, 2014

Support added in commit d524db2

Still need to add mocha test

EDIT: Support was supposed to be added in the commit mentioned above, but I messed up the commit.

This issue is closed in 0e610bc

@akinsey akinsey closed this as completed Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant