Skip to content

Commit

Permalink
Fix issue with broken imoje images on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Jun 18, 2024
1 parent 7a3577b commit 001503e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources/views/Shop/PaymentImoje/_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
data-target="wrapper_{{ choice.label }}"
/>
<label for="choice-{{ choice.label }}">
<img src="{{ asset('bundles/BitBagSyliusImojePlugin/images/'~choice.label~'.png') }}" class="paymentMethodImage image-{{ choice.label }}" aria-label="{{ choice.label }}">
<img src="{{ asset('bundles/bitbagsyliusimojeplugin/images/'~choice.label~'.png') }}" class="paymentMethodImage image-{{ choice.label }}" aria-label="{{ choice.label }}">
</label>

</div>
Expand All @@ -38,7 +38,7 @@
class="online-payment__input-child"
/>
<label for="choice-{{ choice.label }}">
<img src="{{ asset('bundles/BitBagSyliusImojePlugin/images/'~choice.label~'.png') }}" class="paymentMethodImage" aria-label="{{ choice.label }}">
<img src="{{ asset('bundles/bitbagsyliusimojeplugin/images/'~choice.label~'.png') }}" class="paymentMethodImage" aria-label="{{ choice.label }}">
</label>

</div>
Expand All @@ -61,7 +61,7 @@
class="online-payment__input-child"
/>
<label for="choice-{{ choice.label }}">
<img src="{{ asset('bundles/BitBagSyliusImojePlugin/images/'~choice.label~'.png') }}" class="paymentMethodImage" aria-label="{{ choice.label }}">
<img src="{{ asset('bundles/bitbagsyliusimojeplugin/images/'~choice.label~'.png') }}" class="paymentMethodImage" aria-label="{{ choice.label }}">
{% if choice.label == 'pragma_go'%}
<p style="color: rgb(91,91,94)">{{'bitbag_sylius_imoje_plugin.ui.for_companies'|trans}}</p>
{% endif %}
Expand Down

0 comments on commit 001503e

Please sign in to comment.