fix(iamport-cordova): fix data type of card_quota(#3372)
This commit is contained in:
parent
3af9c48f05
commit
47b85a80a9
@ -39,7 +39,7 @@ export interface PaymentData {
|
|||||||
escrow?: boolean; // whether the type of this order is escrow
|
escrow?: boolean; // whether the type of this order is escrow
|
||||||
digital?: boolean; // whether this order is for real products or contents
|
digital?: boolean; // whether this order is for real products or contents
|
||||||
display?: {
|
display?: {
|
||||||
card_quota?: [number]; // credit card installment setting value
|
card_quota?: number[], // credit card installment setting value
|
||||||
};
|
};
|
||||||
currency?: string; // payment currency
|
currency?: string; // payment currency
|
||||||
customer_uid?: string; // unique customer id for subscription payments
|
customer_uid?: string; // unique customer id for subscription payments
|
||||||
|
Loading…
Reference in New Issue
Block a user