From d6a9ed134e4e356c5b861a8fe5a736a5b92eed2f Mon Sep 17 00:00:00 2001 From: Geoff Tripoli Date: Tue, 22 May 2018 13:12:13 -0700 Subject: [PATCH] fix(stripe): fixed casing of postal code param (#2520) --- src/@ionic-native/plugins/stripe/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/stripe/index.ts b/src/@ionic-native/plugins/stripe/index.ts index 32eda51de..c3032e60b 100644 --- a/src/@ionic-native/plugins/stripe/index.ts +++ b/src/@ionic-native/plugins/stripe/index.ts @@ -45,7 +45,7 @@ export interface StripeCardTokenParams { /** * Postal code / ZIP Code */ - postal_code?: string; + postalCode?: string; /** * 3-letter ISO code for currency */