• File: index.ejs
  • Full Path: /home6/laduliya/test.mydthpay.com/views-20260620054351/index.ejs
  • Date Modified: 05/12/2021 8:15 PM
  • File size: 1.07 KB
  • MIME-type: text/html
  • Charset: utf-8
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>pay</title>
  </head>
  <body>
    <form name="f1" action="<%=url%>" method="post" id="dth_form">
      <input type="hidden" name="first_name" value="Customer - " />
      <input type="hidden" name="last_name" value="<%=name%>" />
      <input type="hidden" name="email" value="<%=email%>" />
      <input type="hidden" name="contact_number" value="<%=contact_no%>" />
      <input type="hidden" name="country" value="<%=location%>" />
      <input type="hidden" name="process_currency" value="LKR" />
      <input type="hidden" name="custom_fields" value="<%=custom_fields%>" />
      <input
        type="hidden"
        name="secret_key"
        value="800501e9-3367-45e8-81a8-7265bb8ab1ab"
      />
      <input type="hidden" name="payment" value="<%= payment %>" />
      <button type="submit">pay</button>
      <!-- <button style="display: none;" type="submit">pay</button> -->
    </form>
    please wait...
  </body>
</html>