fix(iamport-cordova): fix data type of card_quota(#3372)

This commit is contained in:
Solee Choi
2020-04-09 20:35:49 +09:00
committed by GitHub
parent 3af9c48f05
commit 47b85a80a9

View File

@@ -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