mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-19 07:26:23 +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 / ZIP Code
|
||||||
*/
|
*/
|
||||||
postal_code?: string;
|
postalCode?: string;
|
||||||
/**
|
/**
|
||||||
* 3-letter ISO code for currency
|
* 3-letter ISO code for currency
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user