Skip to content

Commit

Permalink
Add installments configuration to checkout info
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Feb 17, 2021
1 parent 1e43b37 commit 1140f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/CheckoutInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export interface CheckoutInfoItem {
enabled?: boolean;
threshold?: AmountWithCurrency[];
};
installmentsConfiguration: {
enabled: boolean;
onlyWithProcessor: boolean;
};
logoImage?: string;
theme: {
colors: CheckoutColors;
Expand Down

0 comments on commit 1140f6d

Please sign in to comment.