Skip to content

Commit

Permalink
Update Installment Service (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Özcan <mustafa.ozcan@craftgate.io>
  • Loading branch information
mozcan and Mustafa Özcan authored Dec 24, 2024
1 parent e562af1 commit c8c6605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/response/dto/InstallmentPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ type InstallmentPrice = {
totalPrice: number;
installmentLabel: string;
loyaltySupported: boolean;
force3ds: boolean;
cvcRequired: boolean;
};

export default InstallmentPrice;

0 comments on commit c8c6605

Please sign in to comment.