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.3.2 to 1.3.3

20

CHANGELOG.md

@@ -0,1 +1,21 @@

### v1.3.3 (2016-03-22)
* * *
** APIs updated**:
Support to specify additional information as "meta_data" in json format for Customer, Subscription, Plan, Addon & Coupon resources.
Now, create & update customer, subscription, create subscription for customer, create & update plan, addon and create coupon APIs accept the "meta_data"" parameter in json format. See create customer API here : https://apidocs.chargebee.com/docs/api/customers#create_a_customer
New attribute for "meta_data" is returned as part of Customer, Subscription, Plan, Addon and Coupon resources. See customer attributes here: https://apidocs.chargebee.com/docs/api/customers#customer_attributes
** APIs added**:
Support to change card gateway for a customer. New api endpoint to switch gateway for a customer is added to Card resources. See: https://apidocs.chargebee.com/docs/api/cards#switch_gateway
** Issue Fixed**:
Wrong keys in json response is now fixed for 'linked_transactions', 'linked_orders' & 'notes' in Invoice resource and for 'linked_invoices' & 'linked_refunds' in Transaction resource. See: invoice attributes here: https://apidocs.chargebee.com/docs/api/invoices
### v1.3.2 (2016-02-25)

@@ -2,0 +22,0 @@ * * *

2

lib/chargebee.js

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

timeout: 40000,
clientVersion: 'v1.3.2',
clientVersion: 'v1.3.3',
port: 443

@@ -13,0 +13,0 @@ };

@@ -218,2 +218,9 @@ var _endpoints = {

[
"switch_gateway_for_customer",
"POST",
"/customers",
"/switch_gateway",
true
],
[
"delete_card_for_customer",

@@ -220,0 +227,0 @@ "POST",

{
"name":"chargebee",
"version":"1.3.2",
"version":"1.3.3",
"description":"A library for integrating with ChargeBee.",

@@ -5,0 +5,0 @@ "keywords":[

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