chargebee
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -0,1 +1,11 @@ | ||
### v2.0.3 (2016-05-02) | ||
* * * | ||
** APIs added**: | ||
Support to archive a coupon code. See archive Coupon code API here: https://apidocs.chargebee.com/docs/api/coupon_codes#archive_a_coupon_code | ||
** APIs updated**: | ||
The attribute for "status" is returned as part of Coupon Code resource. See : https://apidocs.chargebee.com/docs/api/coupon_codes#coupon_code_attributes | ||
### v2.0.2 (2016-04-29) | ||
@@ -2,0 +12,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.0.2', | ||
clientVersion: 'v2.0.3', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
@@ -628,2 +628,9 @@ var _endpoints = { | ||
true | ||
], | ||
[ | ||
"archive", | ||
"POST", | ||
"/coupon_codes", | ||
"/archive", | ||
true | ||
] | ||
@@ -630,0 +637,0 @@ ], |
{ | ||
"name":"chargebee", | ||
"version":"2.0.2", | ||
"version":"2.0.3", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
# Chargebee Node Client Library - API V2 | ||
[![npm](https://img.shields.io/npm/dt/chargebee.svg?maxAge=2592000)]() | ||
[![npm](https://img.shields.io/npm/v/chargebee.svg?maxAge=2592000)]() | ||
[![npm](https://img.shields.io/npm/v/chargebee.svg?maxAge=2592000)](https://www.npmjs.com/package/chargebee) | ||
[![npm](https://img.shields.io/npm/dt/chargebee.svg?maxAge=2592000)](https://www.npmjs.com/package/chargebee) | ||
@@ -6,0 +6,0 @@ This is the [node.js](http://nodejs.org/) Library for integrating with Chargebee. Sign up for a Chargebee account [here](https://www.chargebee.com). |
52182
1043