diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-22 13:24:34 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-22 13:24:34 +0700 |
commit | 832fe2f1674e4fca256360e8dc5e3bc98bb72942 (patch) | |
tree | 30c012c44af7429d6979c58a9bc108185969e961 /pages | |
parent | a5d3807740276ac177bb7d0eba894e8bff76156b (diff) |
add label for payment method select
Diffstat (limited to 'pages')
-rw-r--r-- | pages/ord/checkout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index f7d10df..6d873d3 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -127,6 +127,7 @@ <option value="QRIS">QRIS</option> <option value="COD">Cash on delivery</option> </select> + <label for="payment-method-1">Payment method</label> </div> <!-- /Payment Option--> </div> |