diff --git a/src/response/dto/InstallmentPrice.ts b/src/response/dto/InstallmentPrice.ts index 46b790f..11960a0 100644 --- a/src/response/dto/InstallmentPrice.ts +++ b/src/response/dto/InstallmentPrice.ts @@ -7,6 +7,8 @@ type InstallmentPrice = { totalPrice: number; installmentLabel: string; loyaltySupported: boolean; + force3ds: boolean; + cvcRequired: boolean; }; export default InstallmentPrice;