chargebee
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -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 @@ * * * |
@@ -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":[ |
44818
1021