Skip to content

Commit

Permalink
[AD-195] Giftcard / Givex support on frontend + BLIK
Browse files Browse the repository at this point in the history
  • Loading branch information
kpieloch committed Feb 20, 2024
1 parent 0296786 commit 7e803a7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ var AdyenCheckoutHybris = (function () {
return false;
}
}
console.log("XXX: " + paymentMethod);
if (paymentMethod === "giftcard") {
$('input[name="giftCardBrand"]').val($('input[type=radio][name=paymentMethod]:checked').attr('brand'));
}
Expand Down Expand Up @@ -694,7 +693,6 @@ var AdyenCheckoutHybris = (function () {
initiateGooglePay: function (params) {
const {amount, merchantAccount, label} = params;
const googlePayNode = document.getElementById('adyen-component-button-container-' + label);
console.log(googlePayNode);
const self = this;
const adyenComponent = this.checkout.create("paywithgoogle", {
environment: this.checkout.options.environment,
Expand Down

0 comments on commit 7e803a7

Please sign in to comment.