Skip to content

Commit

Permalink
fix(stripe): fixed casing of postal code param (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
geo242 authored and danielsogl committed May 22, 2018
1 parent a018381 commit d6a9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/stripe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface StripeCardTokenParams {
/**
* Postal code / ZIP Code
*/
postal_code?: string;
postalCode?: string;
/**
* 3-letter ISO code for currency
*/
Expand Down

0 comments on commit d6a9ed1

Please sign in to comment.