diff --git a/src/@ionic-native/plugins/iamport-cordova/index.ts b/src/@ionic-native/plugins/iamport-cordova/index.ts index 26d15e0c..1093a2f5 100644 --- a/src/@ionic-native/plugins/iamport-cordova/index.ts +++ b/src/@ionic-native/plugins/iamport-cordova/index.ts @@ -39,7 +39,7 @@ export interface PaymentData { escrow?: boolean; // whether the type of this order is escrow digital?: boolean; // whether this order is for real products or contents display?: { - card_quota?: [number]; // credit card installment setting value + card_quota?: number[], // credit card installment setting value }; currency?: string; // payment currency customer_uid?: string; // unique customer id for subscription payments