Skip to content

Commit

Permalink
Adding shopperInteraction on partial payments (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 authored Feb 4, 2025
1 parent 95f81d2 commit 74a3c6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function makePartialPayment(req, res, next) {
reference: currentBasket.custom.adyenGiftCardsOrderNo,
paymentMethod,
order,
shopperInteraction: constants.SHOPPER_INTERACTIONS.ECOMMERCE,
};

const response = adyenCheckout.doPaymentsCall(
Expand Down

0 comments on commit 74a3c6b

Please sign in to comment.