mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-03-02 06:39:13 +00:00
testeando el notify
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<div class="form-check card-radio">
|
||||
<input id="paymentMethod01" name="paymentMethod" type="radio" class="form-check-input" checked>
|
||||
<input id="paymentMethod01" name="paymentMethod" type="radio" class="form-check-input" checked value="card">
|
||||
<label class="form-check-label" for="paymentMethod01">
|
||||
<span class="fs-16 text-muted me-2"><i class="mdi mdi-credit-card-outline align-bottom"></i></span>
|
||||
<span class="fs-14 text-wrap" th:text="#{checkout.payment.card}"></span>
|
||||
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<div class="form-check card-radio">
|
||||
<input id="paymentMethod02" name="paymentMethod" type="radio" class="form-check-input">
|
||||
<input id="paymentMethod02" name="paymentMethod" type="radio" class="form-check-input" value="bizum">
|
||||
<label class="form-check-label" for="paymentMethod02">
|
||||
<span class="fs-16 text-muted me-2"><i class="mdi mdi-wallet-outline align-bottom"></i></span>
|
||||
<span class="fs-14 text-wrap" th:text="#{checkout.payment.bizum}"></span>
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<div class="form-check card-radio">
|
||||
<input id="paymentMethod03" name="paymentMethod" type="radio" class="form-check-input">
|
||||
<input id="paymentMethod03" name="paymentMethod" type="radio" class="form-check-input" value="bank-transfer">
|
||||
<label class="form-check-label" for="paymentMethod03">
|
||||
<span class="fs-16 text-muted me-2"><i class="mdi mdi-bank-transfer align-bottom"></i></span>
|
||||
<span class="fs-14 text-wrap" th:text="#{checkout.payment.bank-transfer}"></span>
|
||||
|
||||
Reference in New Issue
Block a user