Newer
Older
ubFramework / Portal / docroot / templates / user / billing / modify_pm.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 850 bytes Cleaning Up Making It A Sub Module
<h1>Payment Method Details:</h1>
<hr />
<br />
<table class="pmDetails">
<tr>
  <th>Payment Method Nickname:</th>
  <td>{NICKNAME}</td>
</tr>
<tr>
  <th>Card Number:</th>
  <td>{CARD_NUMBER}</td>
</tr>
<tr>
  <th>Method Type:</th>
  <td><select name="data[method_type]">{METHOD_TYPE}</select></td>
</tr>
<tr>
  <th>Card Type:</th>
  <td>{CARD_TYPE}</td>
</tr>
<tr>
  <th>Expiration Date:</th>
  <td><select>{EXP_MONTH}</select>/<select>{EXP_YEAR}</select></td>
</tr>
<tr>
  <th>Type:</th>
  <td>{TYPE}</td>
</tr>
<tr>
  <th>Cardholder's Name:</th>
  <td>{CARDHOLDER_NAME}</td>
</tr>
<tr>
  <th>Address Line 1:</th>
  <td>{ADDRESS1}</td>
</tr>
<tr>
  <th>Address Line 2:</th>
  <td>{ADDRESS2}</td>
</tr>
<tr>
  <th>City:</th>
  <td>{CITY}</td>
</tr>
<tr>
  <th>State:</th>
  <td>{STATE}</td>
</tr>
<tr>
  <th>Zip:</th>
  <td>{ZIP}</td>
</tr>
</table>