chargebee
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -0,1 +1,12 @@ | ||
### v2.0.5 (2016-05-24) | ||
* * * | ||
#** APIs updated**: | ||
New attribute "currency_code" is returned as part of Credit Note resource. | ||
See: https://apidocs.chargebee.com/docs/api/credit_notes#credit_note_attributes | ||
The new Gateway type "wepay" for card resource is added. See subscription attributes | ||
See : https://apidocs.chargebee.com/docs/api/cards#card_attributes | ||
### v2.0.4 (2016-05-20) | ||
@@ -2,0 +13,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.0.4', | ||
clientVersion: 'v2.0.5', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
{ | ||
"name":"chargebee", | ||
"version":"2.0.4", | ||
"version":"2.0.5", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
54917