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

Commit

Permalink
#86672 use   & fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrankowska committed Feb 24, 2022
1 parent e14dbfa commit 3c79dc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Amasty_GiftCard/web/template/price.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"
>
<legend class="amcard-title">
<span data-bind="i18n: 'Card Value in '"></span>
<span data-bind="i18n: 'Card Value in'"></span>
&nbsp;
<span data-bind="text: currencyCode + '*'"></span>
</legend>
<div class="amcard-price-container">
Expand Down Expand Up @@ -42,7 +43,9 @@
afterRender="$parent.getCardPriceValue.bind($parent, $element.name)"
data-bind="
value: $data.value,
event: {change: $parent.changeProductPrice.bind($parent)},
event: {
change: $parent.changeProductPrice.bind($parent)
},
checked: $parent.currentPrice,
checkedValue: $data.value,
css: {
Expand Down

0 comments on commit 3c79dc8

Please sign in to comment.