mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
fix(stripe): fixed casing of postal code param (#2520)
This commit is contained in:
parent
a0183811f6
commit
d6a9ed134e
@ -45,7 +45,7 @@ export interface StripeCardTokenParams {
|
||||
/**
|
||||
* Postal code / ZIP Code
|
||||
*/
|
||||
postal_code?: string;
|
||||
postalCode?: string;
|
||||
/**
|
||||
* 3-letter ISO code for currency
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user