mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Added locale to StripeCheckoutOptions
This commit is contained in:
Vendored
+2
-1
@@ -21,6 +21,7 @@ interface StripeCheckoutOptions {
|
||||
name?: string;
|
||||
description?: string;
|
||||
amount?: number;
|
||||
locale?: string;
|
||||
currency?: string;
|
||||
panelLabel?: string;
|
||||
zipCode?: boolean;
|
||||
@@ -32,4 +33,4 @@ interface StripeCheckoutOptions {
|
||||
closed?: () => void;
|
||||
}
|
||||
|
||||
declare var StripeCheckout: StripeCheckoutStatic;
|
||||
declare var StripeCheckout: StripeCheckoutStatic;
|
||||
|
||||
Reference in New Issue
Block a user