Skip to content

Commit

Permalink
Update Installment Service
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Özcan committed Dec 9, 2024
1 parent 9da262b commit ed2b408
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 ed2b408

Please sign in to comment.