Skip to content

Commit

Permalink
updated animated gif
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbramich committed Apr 19, 2023
1 parent e8e3479 commit 964ba30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file removed view/frontend/web/images/pay-by-bank.gif
Binary file not shown.
5 changes: 2 additions & 3 deletions view/frontend/web/template/payment/nofrixion.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<div class="payment-method-title field choice">
<input type="radio" name="payment[method]" class="radio"
data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()" />
<img src="https://cdn.nofrixion.com/img/nofrixion-logo-mark-full-color-rgb.svg" alt="NoFrixion logo" width="30"
height="30">

<label data-bind="attr: {'for': getCode()}" class="label"><span data-bind="text: getTitle()"></span></label>

<!-- BEGIN Nofrixion tooltip -->
Expand All @@ -16,7 +15,7 @@
card or other payment methods.</p>
</span>
<span style="display: inline-block;width: 50%;">
<img data-bind="attr: {src: require.toUrl('Nofrixion_Payments/images/pay-by-bank.gif')}"
<img src="https://cdn.nofrixion.com/img/paybybank.gif"
alt="Pay by bank animation.">
</img>
</span>
Expand Down

0 comments on commit 964ba30

Please sign in to comment.