Updated stripe.d.ts

Stripe allows ```createToken``` at the card object
This commit is contained in:
Long Zheng
2016-02-03 12:04:06 +11:00
parent e69fe60f2d
commit 2ea30ab68d
+1
View File
@@ -62,6 +62,7 @@ interface StripeCardData {
address_state?: string;
address_zip?: string;
address_country?: string;
createToken(data: StripeTokenData, responseHandler: (status: number, response: StripeTokenResponse) => void): void;
}
interface StripeBankAccount