Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix bug payment methods always unchecked in module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoarau committed Nov 9, 2020
1 parent b2e1431 commit 08fc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/admin/_partials/configuration.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<input type="checkbox"
id="{$key|escape:'htmlall':'UTF-8'}"
name="{$key|escape:'htmlall':'UTF-8'}"
{if $key}checked="checked"{/if}/>
{if ${$key}}checked="checked"{/if}/>
</td>
<td>
<span class="payment_method_name">{$payment_method.name|escape:'htmlall':'UTF-8'}</span>
Expand Down

0 comments on commit 08fc443

Please sign in to comment.