Merge pull request #10573 from ahi/patch-1

Update stripe.d.ts
This commit is contained in:
Nathan Shively-Sanders
2016-08-11 14:40:48 -07:00
committed by GitHub

5
stripe/stripe.d.ts vendored
View File

@@ -17,8 +17,9 @@ interface StripeStatic {
interface StripeTokenData {
number: string;
exp_month: number;
exp_year: number;
exp_month?: number;
exp_year?: number;
exp?: string;
cvc?: string;
name?: string;
address_line1?: string;