Skip to content

Commit a7b2372

Browse files
authored
Merge pull request #4 from JanisE/master
Mark the currency selector as mandatory
2 parents f914687 + 31221b2 commit a7b2372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</label>
1717
</div>
1818
<span class="shape_shift_description" data-bind="html: getPaymentDescription()"></span>
19-
<div class="payment-method-content">
19+
<div class="payment-method-content fieldset">
2020
<!-- ko foreach: getRegion('messages') -->
2121
<!-- ko template: getTemplate() --><!-- /ko -->
2222
<!--/ko-->
@@ -46,6 +46,8 @@
4646
value: currencyCode">
4747
</select>
4848
</div>
49+
</div>
50+
<div class="field">
4951
<label data-bind="attr: {for: getCode() + '_return_address'}" class="label">
5052
<span><!-- ko i18n: 'Return wallet address (you will receive your funds back to this address in case of any issues or refund, must be same cryptocurrency which is used for order)'-->
5153
<!-- /ko --></span>

0 commit comments

Comments
 (0)