Skip to content

Commit

Permalink
Update BNPL integration
Browse files Browse the repository at this point in the history
  • Loading branch information
byofficial committed Jan 9, 2025
1 parent d59b72b commit 283e2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/request/BnplPaymentOfferRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type BnplPaymentOfferRequest = {
merchantApmId: number;
price: number;
currency: Currency;
additionalParams?: Map<string, Record<string, unknown>>;
items: BnplPaymentCartItem[];
};

Expand Down
1 change: 1 addition & 0 deletions src/response/dto/BnplBankOffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type BnplBankOffer = {
bankIconUrl: string;
bankTableBannerMessage: string;
bankSmallBannerMessage: string;
preApprovedApplicationId: string;
isSupportNonCustomer: boolean;
isPaymentPlanCalculatedByBank: boolean;
bankOfferTerms: BnplBankOfferTerm[];
Expand Down

0 comments on commit 283e2d3

Please sign in to comment.