Skip to content

Commit

Permalink
Update BNPL integration (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
byofficial authored Feb 4, 2025
1 parent db5aa87 commit c628791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Craftgate/Request/BnplPaymentOfferRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class BnplPaymentOfferRequest
public long? MerchantApmId { get; set; }
public decimal Price { get; set; }
public Currency Currency { get; set; }
public Dictionary<string, object> AdditionalParams { get; set; }
public IList<BnplPaymentCartItem> Items;
}
}
1 change: 1 addition & 0 deletions Craftgate/Response/Dto/BnplBankOffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class BnplBankOffer
public string BankIconUrl { get; set; }
public string BankTableBannerMessage { get; set; }
public string BankSmallBannerMessage { get; set; }
public string PreApprovedApplicationId { get; set; }
public bool? IsSupportNonCustomer { get; set; }
public bool? IsPaymentPlanCalculatedByBank { get; set; }
public IList<BnplBankOfferTerm> BankOfferTerms { get; set; }
Expand Down

0 comments on commit c628791

Please sign in to comment.