Commit 5634699f authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174545 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1c96712f
......@@ -58,7 +58,7 @@
<ng-container *ngTemplateOutlet="reviewOrder"></ng-container>
<div>
<form [formGroup]="reviewOrdersFormGroup">
<input type="hidden" formControlName="orderReviewd" [(ngModel)]="orderReviewd">
<input type="hidden" formControlName="orderReviewed" [(ngModel)]="orderReviewed">
</form>
<button class="save-button" style="float: right;margin: 10px;" md-button mdStepperNext (click)="confirmOrder();">Continue</button>
</div>
......
......@@ -106,7 +106,7 @@ export class EcmCheckoutComponent implements OnInit ,DoCheck {
});
this.reviewOrdersFormGroup = this._formBuilder.group({
orderReviewd: ['', Validators.required]
orderReviewed: ['', Validators.required]
});
this.cardFormGroup = this._formBuilder.group({
......@@ -310,7 +310,6 @@ export class EcmCheckoutComponent implements OnInit ,DoCheck {
ngDoCheck()
{
console.log("Checking ecm-checkout" ,this.redirect,this.userData ,this.stepper);
//already logged in
if( this.userData && !this.redirect)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment