This commit is contained in:
Le Deng
2017-03-09 17:06:41 -05:00
parent d11ff78442
commit 444fbf0ba1
2 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ export class MyAccountComponent implements OnInit {
},
error=>{
this.loggedIn=false;
this.loginError=true;
}
);
}

View File

@@ -151,6 +151,8 @@ export class MyProfileComponent implements OnInit {
onUpdatePayment(payment:UserPayment) {
this.userPayment = payment;
this.userBilling = payment.userBilling;
this.selectedBillingTab = 1;
}
onRemovePayment(id:number) {