Skip to content

Commit

Permalink
delete unnecessary setter
Browse files Browse the repository at this point in the history
  • Loading branch information
FC-NilsBaczynski authored Feb 18, 2025
1 parent f316153 commit 65ff812
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</div>

{% if payment.isAdyenCreditCardPayment() %}
{% set payment=oView.getPayment()%}
<h2 class="h4 card-header card-title d-flex justify-content-between align-items-center">
{{ payment.oxpayments__oxdesc.value|raw }}
</h2>
Expand All @@ -69,4 +68,4 @@
document.getElementById('orderConfirmAgbBottom').appendChild(document.getElementById('adyenApexPsp'));
</script>
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 65ff812

Please sign in to comment.