Merge pull request #17942 from musicglue/stripe-node-cvc

[stripe-node] cvc must be a string, as it may have leading zeros
This commit is contained in:
Ryan Cavanaugh
2017-07-13 14:41:32 -07:00
committed by GitHub

View File

@@ -3959,7 +3959,7 @@ declare namespace StripeNode {
* Australia, Canada, or the United States. Highly recommended to always
* include this value.
*/
cvc?: number;
cvc?: string;
/**
* Cardholder's full name.