Skip to content

Commit

Permalink
Update eway.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Dec 27, 2023
1 parent 278260c commit f722362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if error %}
<div class="alert alert-danger alert-dismissible">{{ text_payment_error }}: {{ error }}</div>
{% else %}
<form action="{{ action }}" method="POST" class="form-horizontal" id="eway-payment-form">
<form action="{{ action }}" method="post" class="form-horizontal" id="eway-payment-form">
<fieldset id="payment">
<legend>{{ text_credit_card }}</legend>
<input type="hidden" name="EWAY_ACCESSCODE" value="{{ AccessCode }}"/>
Expand Down

0 comments on commit f722362

Please sign in to comment.