Skip to content

Commit

Permalink
Merge pull request #259 from OXID-eSales/UNZER-326_Cannot_using_saved…
Browse files Browse the repository at this point in the history
…_card

UNZER-326 Cannot using saved card
  • Loading branch information
mariolorenz authored May 10, 2024
2 parents 789d1e2 + e15a0a8 commit 1f4963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/twig/frontend/tpl/order/unzer_card.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
hiddenInput.name = 'paymentData';
hiddenInput.value = paymentDataString;
let form = document.getElementById('orderConfirmAgbBottom');
form.addClass("submitable")
form.classList.add("submitable")
form.appendChild(hiddenInput)
form.submit();
} else {
Expand Down

0 comments on commit 1f4963b

Please sign in to comment.