mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
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:
2
types/stripe-node/index.d.ts
vendored
2
types/stripe-node/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user