|
|
@@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
<div class="tab-content"> |
|
|
|
<div *ngIf="selectedPaymentTab === 'overview'"> |
|
|
|
Reserve and purchase this business name for a set number of years |
|
|
|
Reserve and purchase this business name for a period of 120 days |
|
|
|
</div> |
|
|
|
<div *ngIf="selectedPaymentTab === 'details'"> |
|
|
|
<p> |
|
|
@@ -95,15 +95,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="year-select-input-holder input-holder"> |
|
|
|
<select [(ngModel)]="noOfYears"> |
|
|
|
<option *ngFor="let year of years" [value]="year"> {{ year }} </option> |
|
|
|
</select> |
|
|
|
<img src="assets/icons/chevron-down.svg" alt="calendar icon"> |
|
|
|
<label> No of years </label> |
|
|
|
</div> |
|
|
|
<section class="total-price-container"> |
|
|
|
S$ {{ (noOfYears * perYearPrice).toFixed(2) }} |
|
|
|
S$ 15.00 |
|
|
|
</section> |
|
|
|
|
|
|
|
<div class="form-action-buttons"> |
|
|
@@ -139,7 +132,7 @@ |
|
|
|
</ul> |
|
|
|
|
|
|
|
<div class="total-amount"> |
|
|
|
<label> Paid Amount </label> <span> S$ {{ (noOfYears * perYearPrice).toFixed(2) }} </span> |
|
|
|
<label> Paid Amount </label> <span> S$ 15.00 </span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@@ -199,7 +192,7 @@ |
|
|
|
<div class="cell"> 39047729362923293 </div> |
|
|
|
<div class="cell"> {{ nameToCheck }} </div> |
|
|
|
<div class="cell"> Application for a new business name </div> |
|
|
|
<div class="cell"> {{ (noOfYears * perYearPrice).toFixed(2) }} </div> |
|
|
|
<div class="cell"> 15.00 </div> |
|
|
|
<div class="cell"> Completed </div> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|