Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed Nov 7, 2024
1 parent 784eed1 commit 52d5a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/method.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

}}
<form id="payanyway-method-select" action="{{url}}/payment/gateway/payanyway/pay.php" class="payanyway-form" method="post">
<form id="payanyway-method-select" action="{{config.wwwroot}}/payment/gateway/payanyway/pay.php" class="payanyway-form" method="post">
<div class="cost-display">
<div style="text-align: center;">

Expand Down Expand Up @@ -95,6 +95,7 @@
<p>
{{# str }} password_text, paygw_payanyway {{/ str}} <br>
{{# str }} password {{/ str}}: <input type="password" id="password" name="password" value="" autocomplete="off">
<button type="submit" class="btn btn-secondary btn-paygw-password">{{# str }} submit {{/ str }}</button>
</p>
{{/passwordmode}}
{{/skipmode}}
Expand Down

0 comments on commit 52d5a28

Please sign in to comment.