Skip to content

Commit 964ba30

Browse files
committed
updated animated gif
1 parent e8e3479 commit 964ba30

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
-97.2 KB
Binary file not shown.

view/frontend/web/template/payment/nofrixion.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<div class="payment-method-title field choice">
33
<input type="radio" name="payment[method]" class="radio"
44
data-bind="attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()" />
5-
<img src="https://cdn.nofrixion.com/img/nofrixion-logo-mark-full-color-rgb.svg" alt="NoFrixion logo" width="30"
6-
height="30">
5+
76
<label data-bind="attr: {'for': getCode()}" class="label"><span data-bind="text: getTitle()"></span></label>
87

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

0 commit comments

Comments
 (0)