Skip to content

Commit

Permalink
UNZER-326 Cannot using saved card
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriivolkhinoxid committed May 8, 2024
1 parent 789d1e2 commit e15a0a8
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 e15a0a8

Please sign in to comment.