diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/ord/checkout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index 20c5855..a88caa4 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -108,7 +108,7 @@ <!-- Payment Option--> <div class="row"> <div class="form-group col-md-6 d-flex align-items-center"> - <input type="radio" name="mv_order_profile" value="purchase_order" id="payment-method-1" checked/> + <input type="radio" name="mv_order_profile" value="bank_transfer" id="payment-method-1" checked/> <label class="ml-3" for="payment-method-1"> <strong class="d-block text-uppercase mb-2">[L]Manual Transfer[/L]</strong> <span class="text-muted text-sm">[L]Please make payments by using the bank transfer method to BCA 12345678 a/n ABCDEFG.[/L]</span> |