Skip to content

Commit

Permalink
Merge pull request #1093 from stripe/remi-upgrade-api-version
Browse files Browse the repository at this point in the history
Move to the latest API version
  • Loading branch information
ob-stripe authored Jan 16, 2018
2 parents 1a1fefd + b687245 commit c5cb243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Stripe.net/Entities/Sources/StripeRedirect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class StripeRedirect : StripeEntity
public string ReturnUrl { get; set; }

/// <summary>
/// The status of the redirect, either pending, succeeded or failed.
/// The status of the redirect, either not_required, pending, succeeded or failed.
/// </summary>
[JsonProperty("status")]
public string Status { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Stripe
{
public static class StripeConfiguration
{
public static string StripeApiVersion = "2017-06-05";
public static string StripeApiVersion = "2017-12-14";
public static string StripeNetVersion { get; }

/// <summary>
Expand Down

0 comments on commit c5cb243

Please sign in to comment.