Skip to content

Commit

Permalink
Update squareup.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Dec 27, 2023
1 parent 5821f8e commit 7a1c250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div id="squareup-notification">
<div class="text-center alert alert-info"><i class="fa fa-circle-o-notch fa-spin"></i>&nbsp;{{ text_loading }}</div>
</div>
<form class="form-horizontal" action="{{ action }}" method="POST" id="squareup_card_details_form" style="display: none;">
<form class="form-horizontal" action="{{ action }}" method="post" id="squareup_card_details_form" style="display: none;">
<fieldset>
<legend>{{ text_card_details }}</legend>
{% if cards %}
Expand Down

0 comments on commit 7a1c250

Please sign in to comment.