Skip to content

Commit

Permalink
Adds calculation flag to describe offers getting from bank
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Apr 16, 2024
1 parent 0175f84 commit dc0da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/craftgate/response/dto/BnplBankOffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class BnplBankOffer {
private String bankTableBannerMessage;
private String bankSmallBannerMessage;
private Boolean isSupportNonCustomer;
private Boolean isPaymentPlanCalculateByBank;
private Boolean isPaymentPlanCalculatedByBank;
private List<BnplBankOfferTerm> bankOfferTerms;
}

0 comments on commit dc0da2f

Please sign in to comment.