fix(stripe): fixed casing of postal code param (#2520)

This commit is contained in:
Geoff Tripoli 2018-05-22 13:12:13 -07:00 committed by Daniel Sogl
parent a0183811f6
commit d6a9ed134e

View File

@ -45,7 +45,7 @@ export interface StripeCardTokenParams {
/**
* Postal code / ZIP Code
*/
postal_code?: string;
postalCode?: string;
/**
* 3-letter ISO code for currency
*/