New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chargebee

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chargebee - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

23

CHANGELOG.md

@@ -0,1 +1,24 @@

### v1.2.8 (2015-09-18)
* * *
** APIs updated**:
Support to specify customer's tax liability. Now, create & update customer, create & update subscription, create & update subscription estimate, checkout new hosted page APIs accept the "taxability" parameter for Customer resource. See create customer API here : https://apidocs.chargebee.com/docs/api/customers#create_a_customer
Support to specify taxability for a plan & addon. Create & update methods of Plan & Addon APIs accept "taxable" parameter. See create plan API here : https://apidocs.chargebee.com/docs/api/plans#create_a_plan
The attribute "taxablility" is returned as part of Customer resource.
https://apidocs.chargebee.com/docs/api/customers#customer_attributes
The attribute "taxable" is returned as part of Plan resource.
See : https://apidocs.chargebee.com/docs/api/plans#plan_attributes
The attribute "taxable" is returned as part of Addon resource.
See : https://apidocs.chargebee.com/docs/api/addons#addon_attributes
The attribute "is_taxed" returned as part of "line_items" subresource of Estimate & Invoice resorces.
See attribute of line_items in Estimate here :
https://apidocs.chargebee.com/docs/api/estimates#estimate_attributes
### v1.2.7 (2015-09-07)

@@ -2,0 +25,0 @@ * * *

2

lib/chargebee.js

@@ -8,3 +8,3 @@ var ChargeBee = {};

timeout: 40000,
clientVersion: 'v1.2.7',
clientVersion: 'v1.2.8',
port: 443

@@ -11,0 +11,0 @@ };

{
"name" : "chargebee",
"version" : "1.2.7",
"version" : "1.2.8",
"description" : "A library for integrating with ChargeBee.",

@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc