mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
Merge pull request #19778 from harrygr/patch-1
Update parameter for token callback
This commit is contained in:
2
types/stripe-checkout/index.d.ts
vendored
2
types/stripe-checkout/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user