mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Put payment method description just above the
+ update spec by adding `data-paymentmethod-id` attribute
This commit is contained in:
@@ -18,19 +18,19 @@ describe("PaymentmethodController", () => {
|
||||
<input id="paymentmethod_2" data-action="click->paymentmethod#selectPaymentMethod" data-paymentmethod-id="paymentmethod2" data-paymentmethod-target="input" checked="checked" />
|
||||
<input id="paymentmethod_3" data-action="click->paymentmethod#selectPaymentMethod" data-paymentmethod-id="paymentmethod3" data-paymentmethod-target="input"/>
|
||||
|
||||
<div class="paymentmethod-container" id="paymentmethod1">
|
||||
<div class="paymentmethod-container" id="paymentmethod1" data-paymentmethod-id="paymentmethod1">
|
||||
<input type="number" id="input1" />
|
||||
<select id="select1" >
|
||||
<option value="1">1</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="paymentmethod-container" id="paymentmethod2">
|
||||
<div class="paymentmethod-container" id="paymentmethod2" data-paymentmethod-id="paymentmethod2">
|
||||
<input type="number" id="input2" />
|
||||
<select id="select2" >
|
||||
<option value="1">1</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="paymentmethod-container" id="paymentmethod3">
|
||||
<div class="paymentmethod-container" id="paymentmethod3" data-paymentmethod-id="paymentmethod3">
|
||||
<input type="number" id="input3" />
|
||||
<select id="select3" >
|
||||
<option value="1">1</option>
|
||||
|
||||
Reference in New Issue
Block a user