-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AD-195] Giftcard / Givex support on frontend + BLIK #349
Conversation
</c:set> | ||
|
||
const initConfig = ${initConfig}; | ||
const callbackConfig = ${callbackConfig}; | ||
const fnCallbackArray = {}; | ||
|
||
console.log("TEST: ${selectedPaymentMethod}"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove console log
@@ -145,7 +145,7 @@ var AdyenCheckoutHybris = (function () { | |||
return false; | |||
} | |||
} | |||
|
|||
console.log("XXX: " + paymentMethod); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove console log
@@ -694,6 +694,7 @@ var AdyenCheckoutHybris = (function () { | |||
initiateGooglePay: function (params) { | |||
const {amount, merchantAccount, label} = params; | |||
const googlePayNode = document.getElementById('adyen-component-button-container-' + label); | |||
console.log(googlePayNode); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove console log
Description
Tested scenarios
Fixed issue: