Skip to content

Commit

Permalink
AD-12 - js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akaflowskireply committed Jan 11, 2024
1 parent 8d35533 commit c0eebb9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ var AdyenExpressCheckoutHybris = (function() {
if (error) {
document.querySelector("#resultData").value = data;
document.querySelector("#isResultError").value = error;
document.querySelector("#handleComponentResultForm").action += "-express"
} else {
document.querySelector("#resultData").value = JSON.stringify(data);
}
Expand Down

0 comments on commit c0eebb9

Please sign in to comment.