chargebee
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -0,1 +1,8 @@ | ||
### v2.0.7 (2016-06-27) | ||
* * * | ||
** APIs updated**: | ||
New resource "third_party_payment_method" is returned on performing copy card for a customer API. | ||
See : https://apidocs.chargebee.com/docs/api/cards#copy_card | ||
### v2.0.6 (2016-06-16) | ||
@@ -2,0 +9,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.0.6', | ||
clientVersion: 'v2.0.7', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
@@ -239,2 +239,3 @@ var _endpoints = { | ||
], | ||
"third_party_payment_method": [], | ||
"invoice": [ | ||
@@ -241,0 +242,0 @@ [ |
{ | ||
"name":"chargebee", | ||
"version":"2.0.6", | ||
"version":"2.0.7", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
55370
1065