Skip to content

Commit

Permalink
fix(iamport-cordova): fix data type of card_quota(#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoleeChoi committed Apr 9, 2020
1 parent 3af9c48 commit 47b85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/iamport-cordova/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b85a8

Please sign in to comment.