Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adding shopperInteraction on partial payments
Browse files Browse the repository at this point in the history
zenit2001 committed Jan 31, 2025
1 parent b0174c2 commit e73ea13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ function makePartialPayment(req, res, next) {
reference: currentBasket.custom.adyenGiftCardsOrderNo,
paymentMethod,
order,
shopperInteraction: constants.SHOPPER_INTERACTIONS.ECOMMERCE,
};

const response = adyenCheckout.doPaymentsCall(

0 comments on commit e73ea13

Please sign in to comment.