Skip to content

Commit

Permalink
Update Installment Service (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Özcan <[email protected]>
  • Loading branch information
mozcan and Mustafa Özcan authored Dec 24, 2024
1 parent 65f2bf9 commit af9c9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/craftgate/response/dto/InstallmentPrice.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ public class InstallmentPrice {
private BigDecimal totalPrice;
private String installmentLabel;
private Boolean loyaltySupported;
private Boolean force3ds;
private Boolean cvcRequired;
}

0 comments on commit af9c9a1

Please sign in to comment.