Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from jpasichnyk/master
Browse files Browse the repository at this point in the history
Fix for adding a card to a customer via a token retrieved from stripe.js
  • Loading branch information
mythz committed Feb 26, 2015
2 parents 556f977 + 7871b30 commit 62ea795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stripe/StripeGateway.cs
Expand Up @@ -113,6 +113,7 @@ public class UpdateStripeCustomer : IPost, IReturn<StripeCustomer>
public string DefaultCard { get; set; }
public string Description { get; set; }
public string Email { get; set; }
public string Source { get; set; }
}

[Route("/customers/{Id}")]
Expand Down

0 comments on commit 62ea795

Please sign in to comment.