Merge pull request #19778 from harrygr/patch-1

Update parameter for token callback
This commit is contained in:
Benjamin Lichtman
2017-09-21 16:26:45 -07:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ interface StripeCheckoutHandler {
interface StripeCheckoutOptions {
key?: string;
token?(token: stripe.StripeTokenResponse): void;
token?(token: stripe.StripeCardTokenResponse): void;
image?: string;
name?: string;
description?: string;