Skip to content

Commit

Permalink
* * *
Browse files Browse the repository at this point in the history
[Pull Request](chargebee/chargebee-ruby#7) have been merged.

** APIs updated**:
The new Gateway type "gocardless" for card resource is added. See card attributes
See : https://apidocs.chargebee.com/docs/api/cards#card_attributes
  • Loading branch information
SangeethaBaskaran committed Sep 21, 2016
1 parent 83ebfd8 commit b799266
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
###v2.1.4 (2016-09-21)
* * *

** APIs updated**:
The new Gateway type "gocardless" for card resource is added. See card attributes
See : https://apidocs.chargebee.com/docs/api/cards#card_attributes


###v2.1.3 (2016-09-03)
* * *
** APIs added**:
Expand Down
2 changes: 1 addition & 1 deletion ChargeBee/Api/ApiConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public sealed class ApiConfig
{
public static string DomainSuffix = "chargebee.com";
public static string Proto = "https";
public static string Version = "2.1.3";
public static string Version = "2.1.4";
public static readonly string API_VERSION = "v2";

public string ApiKey { get; set; }
Expand Down
3 changes: 3 additions & 0 deletions ChargeBee/Models/Enums/GatewayEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public enum GatewayEnum
[Description("wirecard")]
Wirecard,

[Description("gocardless")]
Gocardless,

[Description("not_applicable")]
NotApplicable,

Expand Down
4 changes: 2 additions & 2 deletions ChargeBee/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.3")]
[assembly: AssemblyFileVersion("2.1.3")]
[assembly: AssemblyVersion("2.1.4")]
[assembly: AssemblyFileVersion("2.1.4")]
[assembly: AssemblyCompanyAttribute("ChargeBee Inc")]
[assembly: AssemblyProductAttribute("ChargeBee")]
[assembly: AssemblyCopyrightAttribute("©ChargeBee Inc. All Rights Reserved.")]
Binary file not shown.
Binary file modified lib/ChargeBee.dll
Binary file not shown.

0 comments on commit b799266

Please sign in to comment.