Skip to content
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

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

kpieloch
Copy link
Collaborator

Description

Tested scenarios

Fixed issue:

@kpieloch kpieloch requested a review from a team as a code owner February 20, 2024 10:52
@kpieloch kpieloch requested a review from pjaneta February 20, 2024 11:29
</c:set>

const initConfig = ${initConfig};
const callbackConfig = ${callbackConfig};
const fnCallbackArray = {};

console.log("TEST: ${selectedPaymentMethod}");
Copy link
Collaborator

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);
Copy link
Collaborator

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);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove console log

@kpieloch kpieloch merged commit b0df906 into develop Feb 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants