Added locale to StripeCheckoutOptions

This commit is contained in:
amritk
2015-09-25 17:45:12 -07:00
parent 54f064352a
commit 480772811f
+2 -1
View File
@@ -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;